Crates.io | stapifaction |
lib.rs | stapifaction |
version | 0.1.0 |
source | src |
created_at | 2024-04-06 18:56:09.499632 |
updated_at | 2024-09-25 20:21:37.472369 |
description | Library allowing to easily generate static APIs. |
homepage | https://github.com/stapifaction/stapifaction |
repository | https://github.com/stapifaction/stapifaction |
max_upload_size | |
id | 1198493 |
size | 27,853 |
Stapifaction is a Rust library allowing to easily generate static APIs,
by just decorating your existing structs with #[derive]
attributes.
It works as a Serde superset to define how your structs are persisted
on disk.
You can have a look at the docs to help you get started. There are also some examples available.