Docs.rs
bmbp_dev_script-0.0.0
bmbp_dev_script 0.0.0
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
bmbper
Dependencies
serde ^1.0.204
normal
serde_json ^1.0.10
normal
Versions
0%
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
Files
bmbp_dev_script
lib.rs
bmbp_dev_script/
lib.rs
Settings
Help
Summary
1
#[cfg(test)]
2
mod
tests {
3
#[test]
4
fn
it_works() {
5
assert_eq!
(
2
+
2
,
4
);
6
}
7
}