Commit graph

21 commits

Author SHA1 Message Date
53e5238485 fix: use correct syntax in doctests 2025-05-24 03:34:07 +02:00
6832215aaa build: add dev-dependencies for doctest
Most tests will still fail due to the API key but this will make checking of the code formatting, etc. easier.
2025-05-24 03:34:03 +02:00
d66a3d0850 build: bump version 2025-05-24 03:05:55 +02:00
a9e05c3156 feat: add endpoints from bunny.net API
Adds get_country_list(), list_api_keys(), region_list() and purge_url() from the API.
These names are probably gonna change to be more streamlined, they are currently derived from the API reference page titles.
2025-05-24 03:05:55 +02:00
e55dd32305 fix: Use own API Key on edge_storage 2025-05-24 03:05:55 +02:00
52df8dae74 Update README.md 2025-05-23 18:17:39 +00:00
9e52206eb4 bump version 2025-05-20 13:19:02 +02:00
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