Docs.rs
rustest-macro-0.0.1
rustest-macro 0.0.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
mgautierfr
Dependencies
darling ^0.20.10
normal
proc-macro2 ^1.0.94
normal
quote ^1.0.40
normal
syn ^2.0.100
normal
Versions
50%
of the crate is documented
Go to latest version
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
rustest_
macro
0.0.1
All Items
Crate Items
Macros
Attribute Macros
Crate
rustest_macro
Copy item path
Source
Macros
§
main
Attribute Macros
§
fixture
This macro automatically adds tests marked with #[test] to the test collection. Tests then can be run with libtest_mimic_collect::TestCollection::run().
test
This macro automatically adds tests function marked with #[test] to the test collection.