Read, write, replay, and compare MCAP robot logs — the backbone of clankeRS replay testing and offline debugging.
Install
= "0.1"
Example
use ;
// Summarize topics and message counts
let log = open?;
println!;
// Replay every message through your handler
let replay = from_mcap?;
let result = replay
.run
.await?;
println!;
Key types
| Type | Role |
|---|---|
Replay |
Async replay over an MCAP file |
McapWriter |
Write timestamped messages to MCAP |
McapLog, InspectReport |
Open a log and print a human summary |
compare_logs |
Diff two MCAP files for regression checks |
Learn more
License
MIT — see LICENSE.