#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

#932 in Rust patterns

Download history 211/week @ 2024-09-25 365/week @ 2024-10-02 326/week @ 2024-10-09 378/week @ 2024-10-16 336/week @ 2024-10-23 245/week @ 2024-10-30 282/week @ 2024-11-06 479/week @ 2024-11-13 345/week @ 2024-11-20 250/week @ 2024-11-27 150/week @ 2024-12-04 183/week @ 2024-12-11 271/week @ 2024-12-18 45/week @ 2025-01-01 280/week @ 2025-01-08

631 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