Cargo Features
[dependencies]
thermal-print = { version = "0.2.0", default-features = false, features = ["embedded-hal-nb", "embedded-io", "std"] }
- default = embedded-hal-nb
-
The
embedded-hal-nb
feature is set by default wheneverthermal-print
is added without
somewhere in the dependency tree.default-features = false - embedded-hal-nb default
-
Enables embedded-hal-nb
- embedded-io
-
Enables embedded-io
- std
-
Linking against the standard library is disabled by default