barcoders
barcoders copied to clipboard
`image` module is missing from crate docs
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.