Closed jadamcrain closed 4 years ago
" either make no-panic an optional dependency that you only enable in release builds"
Being fairly new to cfg_attr and the like, what's the best way to accomplish this?
cfg_attr
The ryu crate at https://github.com/dtolnay/ryu demonstrates this approach.
you rock. Thanks. What a great tool.
" either make no-panic an optional dependency that you only enable in release builds"
Being fairly new to
cfg_attr
and the like, what's the best way to accomplish this?