#secure #read-write #transaction #cursor #binary #routines

scursor

Secure cursor library with support for read and write transactions

2 unstable releases

new 0.2.0 Apr 18, 2024
0.1.0 Oct 26, 2022

#639 in Database interfaces

Download history 155/week @ 2024-01-01 16/week @ 2024-01-08 187/week @ 2024-01-15 33/week @ 2024-01-22 30/week @ 2024-01-29 7/week @ 2024-02-05 28/week @ 2024-02-12 143/week @ 2024-02-19 102/week @ 2024-02-26 235/week @ 2024-03-04 240/week @ 2024-03-11 80/week @ 2024-03-18 89/week @ 2024-03-25 323/week @ 2024-04-01 186/week @ 2024-04-08 168/week @ 2024-04-15

769 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