Docs.rs
selectme-macros-0.7.2
selectme-macros 0.7.2
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
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
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
selectme_
macros
0.7.2
All Items
Crate Items
Macros
Attribute Macros
Crate
selectme_macros
Copy item path
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