Crate ohkami_macros
Source - DurableObject
- Integrate the struct with Workers runtime as a Durable Object.
This requires to impl DurableObject trait and the trait requires this attribute. - bindings
- Automatically bind bindings in wrangler.toml to Rust struct.
- operation
- worker
- Create an worker Ohkami, running on Cloudflare Workers !
- Deserialize
- The perfect reexport of serde’s
Deserialize. - FromRequest
- Deriving
FromRequest impl for a struct composed of
FromRequest types - Schema
- Deriving
openapi::Schema - Serialize
- The perfect reexport of serde’s
Serialize.