libtest-mirror 0.1.0+1.82.0

a copy-paste of rust's built-in test runner
Documentation
  • Coverage
  • 29.69%
    57 out of 192 items documented0 out of 33 items with examples
  • Size
  • Source code size: 244.8 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.5 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • aatifsyed/libtest-mirror
    0 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • aatifsyed

Support code for rustc's built in unit-test and micro-benchmarking framework.

Almost all user code will only be interested in Bencher and black_box. All other interactions (such as writing tests and benchmarks themselves) should be done via the #[test] and #[bench] attributes.

See the Testing Chapter of the book for more details.