Docs.rs
camel-bean-0.5.0
camel-bean 0.5.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
kennycallado
Dependencies
async-trait ^0.1
normal
camel-api =0.5.0
normal
camel-bean-macros =0.5.0
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
tokio ^1
normal
serde ^1
dev
tokio ^1
dev
Versions
0%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Crate camel_bean
camel_
bean
0.5.0
All Items
Crate Items
Structs
Enums
Traits
Attribute Macros
Derive Macros
Crate
camel_
bean
Copy item path
Source
Structs
§
Bean
Registry
Enums
§
Bean
Error
Traits
§
Bean
Processor
Attribute Macros
§
async_
trait
bean_
impl
Attribute macro for generating BeanProcessor implementation from an impl block
handler
Marker attribute for handler methods This attribute does not transform the method - it’s detected by the Bean derive macro to identify which methods should be exposed as bean handlers
Derive Macros
§
Bean
Derive macro for BeanProcessor trait implementation This is a placeholder - Task 2.2 will complete the implementation