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

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

#1580 in Parser implementations

Download history 32/week @ 2024-01-23 28/week @ 2024-01-30 9/week @ 2024-02-06 43/week @ 2024-02-13 132/week @ 2024-02-20 154/week @ 2024-02-27 240/week @ 2024-03-05 200/week @ 2024-03-12 67/week @ 2024-03-19 240/week @ 2024-03-26 187/week @ 2024-04-02 177/week @ 2024-04-09 154/week @ 2024-04-16 345/week @ 2024-04-23 158/week @ 2024-04-30 156/week @ 2024-05-07

830 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