tracing/nightly-examples
David Barsky 4522999f37
tracing-tower: update to tower 0.3; introduce client/server examples (#465)
Co-authored-by: David Barsky <me@davidbarsky.com>
Co-authored-by: Eliza Weisman <eliza@buoyant.io>
2019-12-20 12:53:39 -05:00
..

nightly-only examples

These examples demonstrate compatibility with Rust features that are not yet stable (primarily, async-await syntax).

Note that these examples are not in the root workspace, to avoid compiling them on unsupported Rust versions when running cargo test --all. Therefore, they must be run from within the nightly-examples directory.

Examples

  • async_fn.rs: demonstrates how the trace attribute macro can be used to instrument an async fn.