Crate irox_tools

source ·

Modules

  • List of some basic ANSI Console colors
  • Functions and tools for manipulating arrays of items.
  • Additional assert macros for tests
  • RFC-4648 Compliant Base64, Base32, and Base16 encoders and decoders
  • Basic Bit Buffer interface
  • A Codec is a trait that provides encode and decode to convert to/from different byte encoding formats
  • A collection of utilities for the f32 built-in
  • A collection of utilities for the f64 built-in
  • Formatting structs and traits
  • Hexdump & Hex manipulation
  • An Identifier represents a way to uniquely identify an item, whether as a String, u64, or UUID.
  • Iterators adds the Itertools Trait, which adds a number of additional helper methods to the Iterator Trait.
  • Implementation of Murmurhash3. Currently only x128 implemented.
  • MaybeInto, MaybeFrom, and MaybeMap - traits to improve chaining of optional functions and erasing Results
  • Traits for packetization of data and movement of packets of data
  • Pseudo-Random Number Generators (PRNGs)
  • More complex synchronization primitives than in the STD.
  • A collection of utilities for the u8 built-in
  • A collection of utilities for the u64 built-in
  • A basic implementation of a UUID

Macros