←back to thread

88 points BrainBacon | 3 comments | | HN request time: 0.715s | source

This project is inspired by some of the asserts in Unreal engine.

Due to reliance on core_intrinsics it is necessary to develop using nightly Rust, but there are stubs in place so a production build will not require nightly.

I recently released version 0.2 which includes no_std support and adds optional log message arguments to the ensure macro.

1. thramp ◴[] No.42194254[source]
Oh, that’s super clever integration with tracing. Feel free to send us a PR; we’ll link to this as a related project in the docs!
replies(2): >>42194455 #>>42194706 #
2. BrainBacon ◴[] No.42194455[source]
Thanks! I'll get a PR up shortly!
3. BrainBacon ◴[] No.42194706[source]
PR opened: https://github.com/tokio-rs/tracing/pull/3147