Docs.rs
kayrx-macro-1.1.0
kayrx-macro 1.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
krircc
Dependencies
quote ^1.0
normal
syn ^1.0
normal
Versions
100%
of the crate is documented
Platform
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
kayrx_
macro
1.1.0
All Items
Sections
Examples
Crate Items
Attribute Macros
Crate
kayrx_macro
Copy item path
Source
Expand description
language-level attributes for Kayrx.
§
Examples
#[kayrx::main]
async fn
main() {
println!
(
"Hello, world!"
); }
Attribute Macros
§
futures
Enables an futures async main function.
main
Enables an async main function.
test
Enables an async test function.