Commit graph

14 commits

Author SHA1 Message Date
0c6c5174b5 feat: add useful derives to structs/enums 2025-05-20 13:18:29 +02:00
ea057c1db3 docs: add crates.io and visitors badge 2025-05-20 12:50:27 +02:00
119cdeb46a build: use only 5 keywords
apparently crates.io limits keywords to 5
2025-05-20 02:16:27 +02:00
6b3137fd06 fix: update crate version in README 2025-05-20 02:14:35 +02:00
24b472c401 build: add keywords and bump package
will publish a 0.2.0 right away because of course right after publishing i notice sveral issues that need fixing.
2025-05-20 02:12:51 +02:00
19fd48fa5f docs: add proper module documentation to edge_storage.rs 2025-05-20 02:05:09 +02:00
be326f52ca style: format code
formats code according to `cargo fmt` standards
2025-05-20 02:02:12 +02:00
f3f3478ae0 fix: remove unneeded string conversions 2025-05-20 02:01:49 +02:00
f9c48db175 build: remove unused serde_json dependency 2025-05-20 02:01:32 +02:00
0c88ac87d9 feat: add repo and description to Cargo.toml 2025-05-20 01:51:15 +02:00
99bb02f10c docs: fix up docs related to getting started, etc. 2025-05-20 01:50:22 +02:00
49605fb854 feat: add README.md 2025-05-20 01:45:07 +02:00
6ec0318407 feat: implement edge storage api 2025-05-20 01:39:31 +02:00
83dbf6d257 initial commit 2025-05-19 21:27:47 +02:00