Docs.rs
micro-tower-codegen-0.1.0
micro-tower-codegen 0.1.0
Permalink
Docs.rs crate page
BSD-2-Clause
Links
Repository
crates.io
Source
Owners
robert-oleynik
Dependencies
darling ~0.14.1
normal
quote ~1.0.21
normal
syn ~1.0.99
normal
Versions
50%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate
micro_tower_codegen
micro_
tower_
codegen
0.1.0
All Items
Crate Items
Attribute Macros
Crates
micro_tower_codegen
Crate
micro_tower_codegen
Copy item path
Settings
Help
Summary
Source
Attribute Macros
§
service
Proc macro attribute to generate service implementation from function declaration. Will generate a struct which implements
micro_tower::Service
.