Cargo Features
Kyuri has no features set by default.
[dependencies]
kyuri = { version = "0.2.5", features = ["full", "console_width", "unicode"] }
- full = console_width, unicode
- console_width full? = libc, winapi
-
Affects
kyuri::Out
,kyuri::Out
… - unicode full? = unicode-width
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.
- unicode-width unicode?
- libc unix console_width?
- winapi win console_width?