Docs.rs
testing-2.0.0
testing 2.0.0
Docs.rs crate page
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
kdy1
swc-bot
Dependencies
ansi_term ^0.12.1
normal
cargo_metadata ^0.18.1
normal
difference ^2
normal
once_cell ^1.19.0
normal
pretty_assertions ^1.3
normal
regex ^1.5.4
normal
serde ^1.0.197
normal
serde_json ^1.0.115
normal
swc_common ^2.0.0
normal
swc_error_reporters ^3.0.0
normal
testing_macros ^1.0.0
normal
tracing ^0.1.40
normal
tracing-subscriber ^0.3.18
normal
Versions
38.1%
of the crate is documented
Go to latest version
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
testing
2.0.0
testing
Macro
assert_eq_ignore_span
Copy item path
Source
macro_rules!
assert_eq_ignore_span { (
$l
:expr,
$r
:expr) => { ... }; }