Cargo Features

nar_dev_utils has no features set by default.

[dependencies]
nar_dev_utils = { version = "0.31.0", features = ["bundled", "floats", "iterators", "str_processing", "vec_tools", "into_chars", "opt_res_boost", "enum_union", "void"] }

! 【2024-03-13 21:05:56】目前没有任何依赖

default

默认:关闭所有特性 | 但宏是默认启用的

bundled = enum_union, floats, into_chars, iterators, opt_res_boost, str_processing, vec_tools, void

包含所有可选的特性(宏默认启用)

floats bundled?

* 下面是所有实用功能,一个模块对应同名的一个特性 *
* 📝lib.rs会将「特性上方的注释」视为「对特性的描述」

浮点

iterators bundled?

字符串处理

str_processing bundled?

迭代器

vec_tools bundled?

Vec工具

into_chars bundled?

字符串⇒字符迭代器 | IntoChars

opt_res_boost bundled?

Option增强

enum_union bundled?

枚举联合

void bundled?

Void特性