Crates.io | focuson_cas |
lib.rs | focuson_cas |
version | 0.0.1 |
source | src |
created_at | 2024-04-25 03:02:03.422091 |
updated_at | 2024-04-25 03:02:03.422091 |
description | A content-addressable storage library implemented in Rust. |
homepage | |
repository | https://github.com/phil-rice/focuson-rust |
max_upload_size | |
id | 1219722 |
size | 9,874 |
The Focuson CAS (Content Addressable Storage) Library provides a robust and efficient way to store
and retrieve data based on content-derived identifiers. This Rust library includes a FileSystemCAS
implementation for file system storage and StringStorage
extensions for convenient string data
handling.
Ensure you have Rust and Cargo installed on your machine. Visit rust-lang.org to install them if you haven't already.
Add this to your Cargo.toml:
[dependencies]
focuson_cas = "0.1.0"