p2panda-store

Crates.iop2panda-store
lib.rsp2panda-store
version
sourcesrc
created_at2024-12-06 17:58:40.035591
updated_at2024-12-06 17:58:40.035591
descriptionStore traits and implementations
homepage
repositoryhttps://github.com/p2panda/p2panda
max_upload_size
id1474495
Cargo.toml error:TOML parse error at line 22, column 1 | 22 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Sam Andreae (sandreae)

documentation

README

p2panda-store

Store traits and implementations

Documentation | Releases | Website

This crate provides APIs to allow for efficient implementations of p2panda operations- and log stores. These persistence and query APIs are utilised by higher-level components of the p2panda stack, such as p2panda-sync and p2panda-stream.

An in-memory storage solution is provided in the form of a MemoryStore which implements both the OperationStore and LogStore traits.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in p2panda by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


This project has received funding from the European Union’s Horizon 2020 research and innovation programme within the framework of the NGI-POINTER Project funded under grant agreement No 871528, NGI-ASSURE No 957073 and NGI0-ENTRUST No 101069594.

Commit count: 556

cargo fmt