Rust CRUD library that stores data in Yaml-files.
Find a file
2024-06-12 19:45:57 +00:00
example/address_book Updated documentation. 2024-06-12 13:45:58 +02:00
modules Added submodule scripts. 2024-06-12 14:30:41 +02:00
src Updated documentation. 2024-06-12 13:45:58 +02:00
tests Fixed tests. 2024-06-12 10:44:29 +02:00
yaml_crust_derive lint 2024-06-12 12:57:30 +02:00
.gitignore Ignore coverage file 2024-06-12 09:27:50 +02:00
.gitmodules Added submodule scripts. 2024-06-12 14:30:41 +02:00
Cargo.toml Added IndexMap to retain order of fields in yaml files. This is important to be able to store data efficiently in git. 2024-06-12 12:57:26 +02:00
LICENSE Initial commit 2023-11-19 09:10:52 +00:00
README.md Added missing newline. 2023-11-22 06:54:10 +01:00
run.sh Added a script to simplify development. 2024-06-12 12:06:28 +02:00
update.sh Added submodule scripts. 2024-06-12 14:30:41 +02:00

YamlCrust

Rust CRUD library that stores data in Yaml-files.