#any #cpp #container #box #stored #up

any-box

该软件包包含一个类似于 C++ 的 (std::any) 容器类型的实现 AnyBox

1 个不稳定版本

0.0.1 2022 年 3 月 7 日

#43#stored

Apache-2.0

16KB
300

AnyBox 类似于 C++ 的 (std::any)

  • 小型类型(直到指针大小)不进行堆分配存储。
  • 大型类型使用 Box 存储

lib.rs:

该库包含一个类似于 C++ 的 (std::any) 容器类型的实现 AnyBox

无运行时依赖