# SnapUp Abstractions for handling snapshots with streams of subsequent updates. Please read the [API documentation here](https://docs.rs/snapup/). [![build_status](https://github.com/extremeandy/snapup/actions/workflows/ci.yml/badge.svg)](https://github.com/extremeandy/snapup/actions) [![crates.io](https://img.shields.io/crates/v/snapup.svg)](https://crates.io/crates/snapup) How to use with Cargo: ```toml [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.