Docs.rs
devbox-0.1.1
devbox 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
peterkozelj
Dependencies
devbox-build ^0.1.1
normal
devbox-test-args ^0.1.2
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
devbox
0.1.1
Module test
Module Items
Attribute Macros
In crate devbox
devbox
Module
test
Copy item path
Source
Expand description
Small utility library for writing Rust tests.
Attribute Macros
§
args
This is an attribute complementing Rust’s standard
#[test]
attribute for test parametrization.
test_
args
Same as
args
but applying standard Rust
#[test]
attribute automatically