Docs.rs
agnostik-attributes-1.2.0
agnostik-attributes 1.2.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
dvc94ch
Stupremee
Dependencies
quote ^1.0.7
normal
syn ^1.0.48
normal
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
agnostik_
attributes
1.2.0
All Items
Sections
Examples
Crate Items
Attribute Macros
Crate
agnostik_attributes
Copy item path
Source
Expand description
Executor agnostik attributes.
§
Examples
#[agnostik::main]
async fn
main() {
println!
(
"Hello, world!"
); }
Attribute Macros
§
bench
Enables an async benchmark function.
main
Enables an async main function.
test
Enables an async test function.