Cargo Features
viuer has no features set by default.
[dependencies]
viuer = { version = "0.9.1", features = ["sixel", "print-file"] }
- sixel = sixel-rs
-
Affects
config::Config.use_sixel
… - print-file
-
Hide file printing behind a flag because it adds heavy dependencies.
Enables default-formats of image
Affects
viuer::print_from_file
,printer::Printer.print_from_file
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- sixel-rs sixel?
-
Enables sixel-rs ^0.3