Cargo Features
Pomsky has no features set by default.
[dependencies]
pomsky = { version = "0.11.0", features = ["dbg", "suggestions", "miette", "arbitrary"] }
- dbg
-
Enables dbg of pomsky-syntax
- suggestions
-
Enables suggestions of pomsky-syntax
Features from optional dependencies
- miette implicit feature
-
Enables miette ^5.10.0
miette:
Fancy diagnostic reporting library and protocol for us mere mortals who aren't compiler hackers
- arbitrary implicit feature
-
Enables arbitrary
arbitrary:
The trait for generating structured data from unstructured data