Closed Sky9x closed 1 year ago
This will enable some features (arc_lock, serde, and deadlock_detection) on the playground (https://play.rust-lang.org). Feature list was copied from package.metadata.docs.rs, feel free to change if it isn't right.
arc_lock
serde
deadlock_detection
package.metadata.docs.rs
See https://github.com/rust-lang/rust-playground/issues/192 for more info.
Many other popular crates have done a similar thing (serde, tokio, etc).
This will enable some features (
arc_lock
,serde
, anddeadlock_detection
) on the playground (https://play.rust-lang.org). Feature list was copied frompackage.metadata.docs.rs
, feel free to change if it isn't right.See https://github.com/rust-lang/rust-playground/issues/192 for more info.
Many other popular crates have done a similar thing (serde, tokio, etc).