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

Enables no_float of rhai

rhai:

Disable Language Features

Remove support for floating-point numbers.

no_index

Enables no_index of rhai

rhai:

Remove support for arrays and indexing.

no_time

Enables no_time of rhai

rhai:

Remove support for time-stamps.

no_object

Enables no_object of rhai

rhai:

Remove support for custom types, properties, method-style calls and object maps.

rhai-autodocs has 4 features without comments.