RadicalZephyr / sodium-rust

FRP implementation in Rust
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Support `tracing` instead of `log` via crate feature #24

Open RadicalZephyr opened 7 months ago

RadicalZephyr commented 7 months ago

Async programs prefer to use tracing, it would be ideal to support this directly though I think tracing provides a log interop feature.