Cargo Features
rhai-autodocs has no features set by default.
[dependencies]
rhai-autodocs = { version = "0.7.0", features = ["no_float", "no_index", "no_time", "no_object"] }
- no_float
-
rhai:
Disable Language Features
Remove support for floating-point numbers.
- no_index
-
rhai:
Remove support for arrays and indexing.
- no_time
-
rhai:
Remove support for time-stamps.
- no_object
-
rhai:
Remove support for custom types, properties, method-style calls and object maps.
rhai-autodocs has 4 features without comments.