barcoders icon indicating copy to clipboard operation
barcoders copied to clipboard

`image` module is missing from crate docs

Open YgorSouza opened this issue 1 year ago • 0 comments

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.

YgorSouza avatar Aug 22 '24 17:08 YgorSouza