Crates.io | atomic_lib |
lib.rs | atomic_lib |
version | 0.40.0 |
source | src |
created_at | 2020-08-08 16:59:25.323731 |
updated_at | 2024-10-07 10:15:05.578935 |
description | Library for creating, storing, querying, validating and converting Atomic Data. |
homepage | |
repository | https://github.com/atomicdata-dev/atomic-server |
max_upload_size | |
id | 274398 |
size | 589,613 |
Status: Beta. Breaking changes are expected until 1.0.
Rust library for using Atomic Data.
Powers atomic-cli
and atomic-server
.
Check out the docs on docs.rs.
For code examples, see examples/basic.rs
and the many tests in the code.
Store
). Useful for clients.Db
, uses Sled), which powers atomic-server
.Some features of this library are optional, to minimize bundle size and compile times.
db
The db features adds persistence, which means that you can store stuff on an HDD / SSD. It uses [Sled], a performant, embedded key-value store.
rdf
If you need RDF serialization options (Turtle / N-Triples), use this feature.
config
Filesystem management of Atomic Config files.
Used in atomic-cli
and atomic-server
.