Example
wrangler.toml
[[]]
= "MY_KV"
= "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
lib.rs
use *;
use bindings;
/* This knows all your bindings in wrangler.toml */
;
pub async
Note
#[bindings]works in a cargo workspace but has a limitation that it fails to resolvewrangler.tomlif more than one members havewrangler.tomls.- This crate is originally developed in Ohkami web framework and later extracted as an independent edition.
License
worker-bindings is licensed under the MIT License (LICENSE or https://opensource.org/licenses/MIT).