11 releases

0.9.23 May 19, 2025
0.9.22 Apr 6, 2025
0.9.20 Feb 26, 2025
0.9.17 Jan 23, 2025
0.9.1 Apr 11, 2024

#48 in #productivity

Download history 5/week @ 2025-02-03 23/week @ 2025-02-17 144/week @ 2025-02-24 34/week @ 2025-03-03 1/week @ 2025-03-10 55/week @ 2025-03-31 68/week @ 2025-04-07 4/week @ 2025-04-14 1/week @ 2025-04-21 18/week @ 2025-05-12 113/week @ 2025-05-19

131 downloads per month
Used in 2 crates

BSD-3-Clause

440KB
10K SLoC

The library that underlies most things lockbook.

All lockbook clients (iOS, linux, etc) rely on this library to perform cryptography, offline edits, and reconciliation of data between our server, other clients, and other devices.

Our server relies on this library for checking signatures, and validating whether tree modifications are valid / authorized.

  • Most clients / integrators will be interested in the functions attached to the [Lb] struct. See the [service] module for evolving this functionality.
  • The [model] module contains the specification of our data structures and contracts between components.
  • The [blocking] module contains blocking variants of all [Lb] functions for consumers without async runtimes.
  • The [io] module contains interactions with disk and network.

Dependencies

~42–59MB
~1M SLoC