Cargo Features

[dependencies]
non_std = { version = "0.1.4", default-features = false, features = ["iter", "iter_default", "iter_full", "iter_use_std", "iter_use_alloc", "meta", "meta_default", "meta_full", "meta_use_std", "meta_use_alloc", "meta_for_each", "meta_impls_index", "meta_mod_interface", "meta_collection_make", "meta_former", "meta_options", "typing", "typing_default", "typing_full", "typing_use_std", "typing_use_alloc", "typing_nightly", "typing_inspect_type", "typing_is_slice", "typing_implements", "time", "time_default", "time_full", "time_use_std", "time_use_alloc", "time_now", "string", "string_default", "string_full", "string_use_std", "string_use_alloc", "string_indentation", "string_isolate", "string_parse_request", "string_parse_number", "string_split", "error", "error_default", "error_full", "error_use_std", "error_use_alloc", "error_handling_for_lib", "error_handling_for_app", "derive", "derive_full", "derive_default", "derive_use_std", "derive_use_alloc", "derive_nightly", "derive_enable_track_caller", "derive_add_assign", "derive_add", "derive_as_mut", "derive_as_ref", "derive_constructor", "derive_deref", "derive_deref_mut", "derive_error", "derive_from", "derive_index", "derive_index_mut", "derive_into", "derive_into_iterator", "derive_iterator", "derive_mul_assign", "derive_mul", "derive_not", "derive_sum", "derive_try_into", "derive_is_variant", "derive_unwrap", "derive_convert_case", "derive_display", "derive_from_str", "derive_clone_dyn", "derive_clone_dyn_use_std", "derive_clone_dyn_use_alloc", "dt", "dt_default", "dt_full", "dt_use_std", "dt_use_alloc", "dt_either", "dt_type_constructor", "dt_make", "dt_vectorized_from", "dt_interval", "diagnostics", "diagnostics_full", "diagnostics_default", "diagnostics_use_std", "diagnostics_use_alloc", "diagnostics_runtime_assertions", "diagnostics_compiletime_assertions", "nightly", "use_std", "use_alloc", "full"] }
iter iter_default iter_full?

Enables iter of wtools

iter_default default = iter

Enables iter_default of wtools

iter_full full? = iter, iter_use_std

Enables iter_full of wtools

iter_use_std iter_full?

Enables iter_use_std of wtools

iter_use_alloc

Enables iter_use_alloc of wtools

meta meta_collection_make? meta_default meta_for_each? meta_former? meta_full? meta_impls_index? meta_mod_interface? meta_options?

Enables meta of wtools

meta_default default = meta, meta_collection_make, meta_for_each, meta_former, meta_impls_index, meta_mod_interface, meta_options
meta_full full? = meta, meta_collection_make, meta_for_each, meta_former, meta_impls_index, meta_mod_interface, meta_options
meta_use_std

Enables meta_use_std of wtools

meta_use_alloc

Enables meta_use_alloc of wtools

meta_for_each meta_default meta_full? = meta

Enables meta_for_each of wtools

meta_impls_index meta_default meta_full? = meta

Enables meta_impls_index of wtools

meta_mod_interface meta_default meta_full? = meta

Enables meta_mod_interface of wtools

meta_collection_make meta_default meta_full? = meta

Enables meta_collection_make of wtools

meta_former meta_default meta_full? = meta

Enables meta_former of wtools

meta_options meta_default meta_full? = meta

Enables meta_options of wtools

typing typing_default typing_full? typing_implements? typing_inspect_type? typing_is_slice? typing_nightly?

Enables typing of wtools

typing_default default = typing, typing_implements, typing_inspect_type, typing_is_slice
typing_full full? = typing, typing_implements, typing_inspect_type, typing_is_slice
typing_use_std

Enables typing_use_std of wtools

typing_use_alloc

Enables typing_use_alloc of wtools

typing_nightly = nightly, typing

Enables typing_nightly of wtools

typing_inspect_type typing_default typing_full? = typing

Enables typing_inspect_type of wtools

typing_is_slice typing_default typing_full? = typing

Enables typing_is_slice of wtools

typing_implements typing_default typing_full? = typing

Enables typing_implements of wtools

time time_default time_full? time_now?

Enables time of wtools

time_default default = time, time_now
time_full full? = time, time_now
time_use_std

Enables time_use_std of wtools

time_use_alloc

Enables time_use_alloc of wtools

time_now time_default time_full? = time

Enables time_now of wtools

string string_default string_full? string_indentation? string_isolate? string_parse_number? string_parse_request? string_split? string_use_alloc? string_use_std?

Enables string of wtools

string_default default = string, string_indentation, string_isolate, string_parse_number, string_parse_request, string_split, string_use_std
string_full full? = string, string_indentation, string_isolate, string_parse_number, string_parse_request, string_split, string_use_std
string_use_std string_default string_full? string_indentation? string_isolate? string_parse_number? string_parse_request? string_split? = string

Enables string_use_std of wtools

string_use_alloc = string

Enables string_use_alloc of wtools

string_indentation string_default string_full? = string, string_use_std

Enables string_indentation of wtools

string_isolate string_default string_full? string_parse_request? = string, string_use_std

Enables string_isolate of wtools

string_parse_request string_default string_full? = string, string_isolate, string_use_std

Enables string_parse_request of wtools

string_parse_number string_default string_full? = string, string_use_std

Enables string_parse_number of wtools

string_split string_default string_full? = string, string_use_std

Enables string_split of wtools

error error_default error_full? error_handling_for_app? error_handling_for_lib? error_use_alloc? error_use_std?

Enables error of wtools

error_default default = error, error_handling_for_app, error_handling_for_lib, error_use_std
error_full full? = error, error_handling_for_app, error_handling_for_lib, error_use_std
error_use_std error_default error_full? = error

Enables error_use_std of wtools

error_use_alloc = error

Enables error_use_alloc of wtools

error_handling_for_lib error_default error_full? = error

Enables error_handling_for_lib of wtools

error_handling_for_app error_default error_full? = error

Enables error_handling_for_app of wtools

derive derive_add? derive_add_assign? derive_as_mut? derive_as_ref? derive_clone_dyn? derive_constructor? derive_convert_case? derive_default derive_deref? derive_deref_mut? derive_display? derive_enable_track_caller? derive_error? derive_from? derive_from_str? derive_full? derive_index? derive_index_mut? derive_into? derive_into_iterator? derive_is_variant? derive_iterator? derive_mul? derive_mul_assign? derive_nightly? derive_not? derive_sum? derive_try_into? derive_unwrap?

Enables derive of wtools

derive_full full? = derive, derive_add, derive_add_assign, derive_as_mut, derive_as_ref, derive_clone_dyn, derive_clone_dyn_use_std, derive_constructor, derive_convert_case, derive_deref, derive_deref_mut, derive_display, derive_error, derive_from, derive_from_str, derive_index, derive_index_mut, derive_into, derive_into_iterator, derive_is_variant, derive_iterator, derive_mul, derive_mul_assign, derive_not, derive_sum, derive_try_into, derive_unwrap
derive_default default = derive, derive_add, derive_add_assign, derive_as_mut, derive_as_ref, derive_clone_dyn, derive_clone_dyn_use_std, derive_constructor, derive_convert_case, derive_deref, derive_deref_mut, derive_display, derive_error, derive_from, derive_from_str, derive_index, derive_index_mut, derive_into, derive_into_iterator, derive_is_variant, derive_iterator, derive_mul, derive_mul_assign, derive_not, derive_sum, derive_try_into, derive_unwrap
derive_use_std

Enables derive_use_std of wtools

derive_use_alloc

Enables derive_use_alloc of wtools

derive_nightly = derive, nightly

Enables derive_nightly of wtools

derive_enable_track_caller = derive

Enables derive_enable_track_caller of wtools

derive_add_assign derive_default derive_full? = derive

Enables derive_add_assign of wtools

derive_add derive_default derive_full? = derive

Enables derive_add of wtools

derive_as_mut derive_default derive_full? = derive

Enables derive_as_mut of wtools

derive_as_ref derive_default derive_full? = derive

Enables derive_as_ref of wtools

derive_constructor derive_default derive_full? = derive

Enables derive_constructor of wtools

derive_deref derive_default derive_full? = derive

Enables derive_deref of wtools

derive_deref_mut derive_default derive_full? = derive

Enables derive_deref_mut of wtools

derive_error derive_default derive_full? = derive

Enables derive_error of wtools

derive_from derive_default derive_full? = derive

Enables derive_from of wtools

derive_index derive_default derive_full? = derive

Enables derive_index of wtools

derive_index_mut derive_default derive_full? = derive

Enables derive_index_mut of wtools

derive_into derive_default derive_full? = derive

Enables derive_into of wtools

derive_into_iterator derive_default derive_full? = derive

Enables derive_into_iterator of wtools

derive_iterator derive_default derive_full? = derive

Enables derive_iterator of wtools

derive_mul_assign derive_default derive_full? = derive

Enables derive_mul_assign of wtools

derive_mul derive_default derive_full? = derive

Enables derive_mul of wtools

derive_not derive_default derive_full? = derive

Enables derive_not of wtools

derive_sum derive_default derive_full? = derive

Enables derive_sum of wtools

derive_try_into derive_default derive_full? = derive

Enables derive_try_into of wtools

derive_is_variant derive_default derive_full? = derive

Enables derive_is_variant of wtools

derive_unwrap derive_default derive_full? = derive

Enables derive_unwrap of wtools

derive_convert_case derive_default derive_full? = derive

Enables derive_convert_case of wtools

derive_display derive_default derive_full? = derive, parse-display

Enables derive_display of wtools

derive_from_str derive_default derive_full? = derive, parse-display

Enables derive_from_str of wtools

derive_clone_dyn derive_clone_dyn_use_alloc? derive_clone_dyn_use_std? derive_default derive_full? = derive

Enables derive_clone_dyn of wtools

derive_clone_dyn_use_std derive_default derive_full? = derive_clone_dyn

Enables derive_clone_dyn_use_std of wtools

derive_clone_dyn_use_alloc = derive_clone_dyn

Enables derive_clone_dyn_use_alloc of wtools

dt dt_default dt_either? dt_full? dt_interval? dt_make? dt_type_constructor? dt_vectorized_from?

Enables dt of wtools

dt_default default = dt, dt_either, dt_interval, dt_make, dt_type_constructor, dt_vectorized_from
dt_full full? = dt, dt_either, dt_interval, dt_make, dt_type_constructor, dt_vectorized_from
dt_use_std

Enables dt_use_std of wtools

dt_use_alloc

Enables dt_use_alloc of wtools

dt_either dt_default dt_full? = dt

Enables dt_either of wtools

dt_type_constructor dt_default dt_full? = dt

Enables dt_type_constructor of wtools

dt_make dt_default dt_full? = dt

Enables dt_make of wtools

dt_vectorized_from dt_default dt_full? = dt

Enables dt_vectorized_from of wtools

dt_interval dt_default dt_full? = dt

Enables dt_interval of wtools

diagnostics diagnostics_compiletime_assertions? diagnostics_default diagnostics_full? diagnostics_runtime_assertions?

Enables diagnostics of wtools

diagnostics_full full? = diagnostics, diagnostics_compiletime_assertions, diagnostics_runtime_assertions
diagnostics_default default = diagnostics, diagnostics_compiletime_assertions, diagnostics_runtime_assertions
diagnostics_use_std

Enables diagnostics_use_std of wtools

diagnostics_use_alloc

Enables diagnostics_use_alloc of wtools

diagnostics_runtime_assertions diagnostics_default diagnostics_full? = diagnostics

Enables diagnostics_runtime_assertions of wtools

diagnostics_compiletime_assertions diagnostics_default diagnostics_full? = diagnostics

Enables diagnostics_compiletime_assertions of wtools

nightly derive_nightly? typing_nightly?

must be empty

default = derive_default, diagnostics_default, dt_default, error_default, iter_default, meta_default, string_default, time_default, typing_default, use_std

These default features are set whenever non_std is added without default-features = false somewhere in the dependency tree.

use_std default full?

Affects wca_lib::ca, wca_lib::string, error_tools_lib::error, lib_common::former, graphs_tools_lib::abs, graphs_tools_lib::canonical, graphs_tools_lib::algo, woptions_lib::Options, init::commands_form, wpublisher::bool, wpublisher::files, wpublisher::manifest, wpublisher::http, wpublisher::process, wpublisher::digest, wtest_lib::commands, string::indentation, string::isolate, string::number, string::parse_request

use_alloc full?
full = derive_full, diagnostics_full, dt_full, error_full, iter_full, meta_full, string_full, time_full, typing_full, use_alloc, use_std

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.

= dependencies

parse-display derive_display? derive_from_str?

Enables parse-display ~0.5

despite impls_index is imported by wtools it should also be imported immediatly