buntine / barcoders

A barcode encoding library for the Rust programming language
Apache License 2.0
164 stars 24 forks source link

`image` module is missing from crate docs #38

Open YgorSouza opened 3 weeks ago

YgorSouza commented 3 weeks ago

As the image feature is not enabled by default, the corresponding module is not included in the docs. This can be solved by adding the following to Cargo.toml:

[package.metadata.docs.rs]
all-features = true

As documented in https://docs.rs/about/metadata.