Crate bomboni

source ·
Expand description

Common utilities for Rust.

A collection of common utilities for Rust.

Modules

Macros

  • A macro that creates a new BTreeMap instance with the given key-value pairs.
  • A macro that creates a new BTreeSet and inserts the given values into it.
  • A macro that counts the number of times a pattern is repeated.
  • A macro that creates a new HashMap instance with the given key-value pairs.
  • A macro that creates a new HashSet and inserts the given values into it.
  • A macro that creates a new VecDeque instance with the given values.