Cargo Features
Codas has no features set by default.
[dependencies]
codas = { version = "0.4.0", features = ["langs", "langs-rust", "parse", "std"] }
- langs langs-python? langs-rust? langs-typescript?
-
Enable language-specific code generation
Enables indoc
String indentation tools for python codegen
- langs-typescript langs-python langs-rust = langs
- parse
-
Enable runtime markdown parsing
Enables logos ^0.13.0
Text tokenization
- std
-
Enable integration with
std
traits