#snapshot #update #stream #abstraction #subsequent

snapup

Abstractions for handling snapshots with streams of subsequent updates

9 releases

0.1.8 Apr 10, 2024
0.1.7 Apr 5, 2024
0.1.6 Sep 15, 2023
0.1.5 May 23, 2023

#1047 in Rust patterns

Download history 73/week @ 2023-12-31 334/week @ 2024-01-07 397/week @ 2024-01-14 243/week @ 2024-01-21 320/week @ 2024-01-28 163/week @ 2024-02-04 341/week @ 2024-02-11 405/week @ 2024-02-18 202/week @ 2024-02-25 306/week @ 2024-03-03 388/week @ 2024-03-10 455/week @ 2024-03-17 294/week @ 2024-03-24 416/week @ 2024-03-31 751/week @ 2024-04-07 648/week @ 2024-04-14

2,112 downloads per month

MIT/Apache

33KB
707 lines

SnapUp

Abstractions for handling snapshots with streams of subsequent updates.

Please read the API documentation here.

build_status crates.io

How to use with Cargo:

[dependencies]
snapup = "0.1.8"

License

Dual-licensed to be compatible with the Rust project.

Licensed under the Apache License, Version 2.0 https://www.apache.org/licenses/LICENSE-2.0 or the MIT license https://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms.


lib.rs:

Abstractions for handling snapshots with streams of subsequent updates.

Dependencies

~4–5.5MB
~97K SLoC