#transaction #read-write #cursor #secure #serialization #reading #binary

scursor

Secure cursor library with support for read and write transactions

2 unstable releases

0.2.0 Apr 18, 2024
0.1.0 Oct 26, 2022

#1360 in Database interfaces

Download history 21/week @ 2024-07-22 40/week @ 2024-07-29 16/week @ 2024-08-05 26/week @ 2024-08-12 14/week @ 2024-08-19 40/week @ 2024-08-26 41/week @ 2024-09-02 6/week @ 2024-09-09 17/week @ 2024-09-16 106/week @ 2024-09-23 190/week @ 2024-09-30 96/week @ 2024-10-07 92/week @ 2024-10-14 180/week @ 2024-10-21 32/week @ 2024-10-28 70/week @ 2024-11-04

378 downloads per month
Used in 3 crates (2 directly)

MIT/Apache

20KB
399 lines

scursor

CI

Secure cursor library with support for read and write transactions.

License

Licensed under the terms of the MIT or Apache v2 licenses at your choice.


lib.rs:

Library for secure reading and writing of binary data:

  • forbid(unsafe_code)
  • recursion-free
  • no_std
  • panic-free API
  • support for transactions

No runtime deps