#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

#928 in Rust patterns

Download history 207/week @ 2024-07-26 291/week @ 2024-08-02 258/week @ 2024-08-09 431/week @ 2024-08-16 430/week @ 2024-08-23 270/week @ 2024-08-30 239/week @ 2024-09-06 64/week @ 2024-09-13 101/week @ 2024-09-20 258/week @ 2024-09-27 440/week @ 2024-10-04 279/week @ 2024-10-11 388/week @ 2024-10-18 292/week @ 2024-10-25 248/week @ 2024-11-01 386/week @ 2024-11-08

1,387 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–10MB
~98K SLoC