TAP-Rust icon indicating copy to clipboard operation
TAP-Rust copied to clipboard

Emit test results using Rust and the Test Anything Protocol (TAP)

Results 2 TAP-Rust issues
Sort by recently updated
recently updated
newest added

I thought this was useful for testing on bare metal RISC-V, so I ported it to work without std using alloc only. Anything to do with printing to stdout was...