LeonHartley / Coerce-rs

Actor runtime and distributed systems framework for Rust
713 stars 23 forks source link

Toggle unstable `tracing/valuable` support with a feature flag #23

Closed LeonHartley closed 1 year ago

LeonHartley commented 1 year ago

Since the requirement of enabling tracing/valuable is impeding adoption of newer versions of this library, we should move tracing Valuable integration to a feature flag to remove the requirement of setting the tracing_unstable compiler flag among other things.

This should make it easy to get going with Coerce!