atomic-lib
Status: pre-alpha
Rust library for using Atomic Data.
Docs @ Crates.io
The atomic
CLI and atomic-server
applications both use this atomic-lib
library.
- [x] In-memory store for getting / setting data
- [x] [Path](https://docs.atomicdata.dev/core/paths.html) traversal
- [x] Parse and serialize AD3
- [x] JSON Serialization
- [ ] Actually good JSON Serialization (converts arrays, numbers to native formats, adheres to JSON-LD)
- [ ] RDF (turtle / N-Triples) Serialization
- [x] Convert to Rust native types
- [x] Resolve / parse mappings (bookmarks)
- [ ] Validate Atomic Graphs
Usage
```sh
Add it to your project
cargo add atomic_lib
```
```rs
```