atomic-lib

crates.io Released API docs [![Discord chat][https://img.shields.io/discord/723588174747533393.svg?logo=discord]][https://discord.gg/a72Rv2P] MIT licensed github

Status: Alpha. Prone to breaking changes. Changelog

Rust library for using Atomic Data.

Docs.

For code examples, see examples/basic.rs and the many tests in the code. Also, the atomic-cli and atomic-server applications both use this atomic-lib library.

Features

Optional features

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.