paupino / rust-decimal

Decimal number implementation written in pure Rust suitable for financial and fixed-precision calculations.
https://docs.rs/rust_decimal/
MIT License
972 stars 177 forks source link

Auto-document feature guarded items #634

Closed robjtede closed 8 months ago

robjtede commented 8 months ago

This is wildly helpful on this sort of crate with lots of features and trait impls.

2024-01-09_16 34 05-42be19aa

robjtede commented 8 months ago

test using:

RUSTDOCFLAGS="--cfg=docsrs" cargo +nightly doc --no-deps --all-features --open