#irox #tool

no-std irox-tools

Stuff that should have been in the Rust STL, but aren't

17 releases (7 breaking)

new 0.8.0 Apr 21, 2024
0.6.1 Apr 1, 2024
0.6.0 Mar 3, 2024
0.4.1 Dec 6, 2023
0.4.0 Nov 29, 2023

#336 in Encoding

Download history 48/week @ 2023-12-24 11/week @ 2023-12-31 75/week @ 2024-01-07 81/week @ 2024-01-14 15/week @ 2024-01-21 6/week @ 2024-01-28 22/week @ 2024-02-04 21/week @ 2024-02-11 29/week @ 2024-02-18 69/week @ 2024-02-25 179/week @ 2024-03-03 90/week @ 2024-03-10 45/week @ 2024-03-17 59/week @ 2024-03-24 357/week @ 2024-03-31 31/week @ 2024-04-07

507 downloads per month
Used in 22 crates (16 directly)

MIT/Apache

215KB
5K SLoC

IROX-TOOLS

Stuff that should have been in the Rust STL, but are not.

No-STD support:

  • Include with --no-default-features

Features:

  • std (default) - Enables additional modules that make use of elements in std (annotated below)

Modules:

Module [no_std]?
ansi_colors no_std List of some basic ANSI Console colors
arrays no_std Functions and tools for manipulating arrays of items.
assert no_std Additional assert macros for tests
codec no_std A trait that provides encode and decode to convert to/from different byte encoding formats
errors no_std Macros to aid in the creation of crate-level error structs
fs no_std Filesystem utilities
fmt no_std Formatting structs and traits
hex no_std Hexdump & Hex manipulation
iterators no_std Iterators adds the Itertools Trait, which adds a number of additional helper methods to the Iterator Trait.
options no_std MaybeInto, MaybeFrom, and MaybeMap - traits to improve chaining of optional functions and erasing Results
packetio no_std Traits for packetization of data and movement of packets of data
random no_std Pseudo-Random Number Generators (PRNGs), implementation
read std Helper functions around std::io::Read
sync std More complex synchronization primitives than in the STD.
primitives: f32 no_std A collection of utilities for the f32 built-in
primitives: f64 no_std A collection of utilities for the f64 built-in
hash: murmur3 no_std Implementation of Murmurhash3
hash: md5 no_std Implementation of MD5 / RFC-1321
hash: sha1 no_std Implementation of SHA1 / RFC-3174
util: base64 no_std RFC-4648 compliant Base64, Base32, Base16 codecs
util: bits no_std Powerful Bit Buffer interfaces, giving std::io::Read more power
util: identifier no_std An Identifier represents a way to uniquely identify an item, whether as a String, u64, or UUID.
util: scanner std A utility to scan for tokens in a byte stream
util: uuid no_std A basic implementation of a UUID

Dependencies