Add features to docs.rs config to generate proper documentation
Open
- Dominant language
- Rust
- Stars
- 693
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
Right now certain parts of documentation for optional features are not generated. For, example, the [integration](https://docs.rs/salva3d/latest/salva3d/integrations/index.html) is missing.
We can update `build/salva3d/Cargo.toml` and `build/salva2d/Cargo.toml`:
```toml
[package.metadata.docs.rs]
# Features to include into `docs.rs` documentation
features = [
"rapier",
# ...
]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.