Cargo Features
[dependencies]
sysml = { version = "0.2.3", default-features = false, features = ["std", "all", "error-stack", "tracing", "unstable"] }
- default = all, std
-
These default features are set whenever
sysml
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of sysml-model, sysml-parser, and optional tracing
- all default = tracing
- error-stack
-
Enables error-stack of sysml-parser
- tracing all
-
Enables tracing, tracing of sysml-parser
- unstable
-
Enables unstable of sysml-model and sysml-parser
SysML has 6 features without comments.