27 ms·
I have not used this and it says it targets embedded systems but maybe it is close enough to what you might be looking for: https://github.com/knurling-rs/defmt
by cmptrnerd6 2y ago
I have not used this and it says it targets embedded systems but maybe it is close enough to what you might be looking for: https://github.com/knurling-rs/defmt https://github.com/knurling-rs/defmt
- steveklabnik 2y agoI have used this, but not the library in the link. From the link’s README, they’re at least analogous. While maybe not the exact same thing, they’re at least the same idea.
- deleted 2y ago[deleted]
- eventhelix 2y agoStallone is another option for Rust: https://github.com/GaloisInc/balboa/blob/main/stallone/log/src/lib.rs https://github.com/GaloisInc/balboa/blob/main/stallone/log/s...