Docs.rs
selectme-macros-0.7.2
selectme-macros 0.7.2
Permalink
Docs.rs crate page
MIT/Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
udoprog
Dependencies
selectme ^0.7.2
dev
tokio ^1.16.1
dev
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
☰
Crate selectme_macros
Version 0.7.2
All Items
Macros
Attribute Macros
?
Crate
selectme_macros
source
·
[
−
]
Expand description
Macros for
selectme
.
Macros
inline
select
Attribute Macros
main
Marks async function to be executed by the selected runtime. This macro helps set up a
Runtime
without requiring the user to use
Runtime
or
Builder
directly.
test
Marks async function to be executed by runtime, suitable to test environment