Closed Mathieu-Lala closed 1 year ago
Interesting... but I'd rather not pull in yet another crate simply to get feature documentation.
We can set optional = true
and use it with a feature flags, so it won't affect downstream crates depending on rhai
.
We can set
optional = true
and use it with a feature flags, so it won't affect downstream crates depending onrhai
.
Is it possible to set it just when generating docs?
Alright looks like it works. I'll add it. The generated docs look quite nice.
Thanks!
The documentation produced by
document-features
can be great to enhance therhai
feature flags documentation :book: !