Cargo Features
allo-isolate has no features set by default.
[dependencies]
allo-isolate = { version = "0.1.26", features = ["catch-unwind", "zero-copy", "anyhow", "backtrace", "chrono", "uuid"] }
- catch-unwind = pin-project
- zero-copy
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- pin-project catch-unwind?
- anyhow implicit feature
-
Enables anyhow
anyhow:
Flexible concrete Error type built on std::error::Error
- backtrace implicit feature
-
Enables backtrace
backtrace:
A library to acquire a stack trace (backtrace) at runtime in a Rust program
- chrono implicit feature
-
Enables chrono
chrono:
Date and time library for Rust
- uuid implicit feature
-
Enables uuid
uuid:
A library to generate and parse UUIDs