any-box

Crates.ioany-box
lib.rsany-box
version0.0.1
sourcesrc
created_at2022-03-07 14:57:30.878749
updated_at2022-03-07 14:57:30.878749
descriptionThe crate contains an implementation of a container type `AnyBox` which works similar to C++'s (std::any)
homepagehttps://gitlab.com/isushik94/any-box
repositoryhttps://gitlab.com/isushik94/any-box
max_upload_size
id545069
size27,719
Alaksandr Suša (isushik94)

documentation

README

AnyBox works similar to C++'s (std::any):

  • small types (up to a pointer size) are stored without heap allocation.
  • larger types are stored with a Box
Commit count: 0

cargo fmt