Docs.rs
spectest_macros-0.1.2
spectest_macros 0.1.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
aalexandrov
Dependencies
glob ^0.3.1
normal
indoc ^2
normal
proc-macro2 ^1.0.69
normal
quote ^1.0.9
normal
syn ^2.0.8
normal
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
spectest_
macros
0.1.2
All Items
Crate Items
Attribute Macros
Crate
spectest_macros
Copy item path
Source
Expand description
Macros for the
spectest
package.
Attribute Macros
ยง
glob_
test
A macro that expands a single test case parameterized by a single
&str
parameter into a family of tests with the same name used as prefix for each file found in a
glob
pattern at compile time.