This repository has been archived by the owner on Aug 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 335
Rust bindings for Cloudflare KV / Cache APIs #1377
Comments
This is a good idea! I can't promise when the Workers team can prioritize this, but we've talked about it internally, and would love to see community contributions as well. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
9 tasks
Is there any update for this? currently there are no examples of using KV on rust-wasm, even just API so we can create a crate for it. |
@ffimnsr if you're looking for examples of calling the JS KV api from rust e.g. https://github.com/koeninger/rust-kv-example/blob/master/src/lib.rs |
Going to close this, while it's something we might do, it's not really related to |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
💡 Feature request
An easy way to use the Cloudflare Worker runtime specific APIs (e.g. KV and Cache APIs) from Rust.
Overview and problem statement
While Rust
web-sys
andjs-sys
crates exist which works for most of the "Worker runtime" environment, there are a few Cloudflare specific APIs which do not have equivalent bindings.It would be helpful if either Cloudflare or the community could provide an easy to use crate.
The text was updated successfully, but these errors were encountered: