Cargo Features
[dependencies]
bullet_stream = { version = "0.7.0", default-features = false, features = ["global_functions", "fun_run"] }
- global_functions default
-
Allow stateless printing
Affects
global::print
… - default = fun_run, global_functions
-
Enable global_functions by default
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.
- fun_run default
-
Affects
global::print.sub_stream_cmd
,global::print.sub_time_cmd
,write::sub_time_cmd
…