wtools 0.5.1

Single entry-point for collection utilities. Re-exports collection_tools: variadic constructors and unified HashMap/HashSet/Vec support.
Documentation

Module :: wtools

stable rust-status docs.rs Open in Gitpod discord

Single entry-point for collection utilities. Re-exports collection_tools: variadic constructors (hmap!, vec!, hset!, …) and unified HashMap/HashSet/Vec support with optional no_std/hashbrown backend.

To add to your project

cargo add wtools

Try out from the repository

git clone https://github.com/Wandalen/wTools
cd wTools
cargo run --example wtools_trivial