-
data-encoding
Efficient and customizable data-encoding functions like base64, base32, and hex
-
hex
Encoding and decoding data into/from hexadecimal representation
-
base16ct
Pure Rust implementation of Base16 a.k.a hexadecimal (RFC 4648) which avoids any usages of data-dependent branches/LUTs and thereby provides portable "best effort" constant-time operation…
-
ct-codecs
Constant-time hex and base64 codecs from libsodium reimplemented in Rust
-
hex-conservative
A hex encoding and decoding crate with a conservative MSRV and dependency policy
-
array-bytes
A collection of Array/Bytes/Hex utilities with full No-STD compatibility
-
faster-hex
Fast hex encoding
-
pretty-hex
Pretty hex dump of bytes slice in the common style
-
cj_common
Collection of common functions used by cubicle-jockey projects
-
data-encoding-macro
Macros for data-encoding
-
parse_int
Parse &str with common prefixes to integer values
-
base16
(hex) encoding and decoding
-
hextazy
A colorful hexadecimal editor
-
hexf-parse
Parses hexadecimal floats (see also hexf)
-
rsxxd
hex-dump-type utility rsxxd
-
ihex
parsing and generating Intel HEX (or IHEX) objects. This format is commonly used for representing compiled program code and data to be loaded into a microcontroller, flash memory or ROM.
-
hx
Futuristic take on hexdump, made in Rust
-
subtle-encoding
Encoders and decoders for common data encodings (base64, bech32, hex) which avoid data-dependent branching/table lookups and therefore provide "best effort" constant time. Useful for encoding/decoding…
-
rpn-cli
Command line reverse Polish notation calculator
-
rhexdump
A hexdump library to display binary blobs
-
dumpx
minimal command line tool to hexdump any file
-
hexplay
Format u8 slices like an hex editor
-
hexpm
client for the Hex package manager
-
hex_lit
Hex macro literals without use of hex macros
-
stremio-serde-hex
Hexadecimal encoding/decoding with serde
-
hex-simd
SIMD-accelerated hex encoding and decoding
-
hex2d
Helper library for working with 2d hex-grid maps
-
data-encoding-bin
Swiss Army knife for data-encoding
-
permission-translation
translating hexadecimal permission values into human-readable capability sets
-
hexler
A colorful hex printer with opinionated defaults
-
wombat
Hex file viewer
-
rustc-hex
rustc-serialize compatible hex conversion traits
-
based16
BASE-16(HEX) implementation for chads
-
hex_renderer
Renderer for patterns in hexcasting (a mod for minecraft)
-
webbuf
fast base64 and hex encoding/decoding
-
hexlit
A zero-allocation no_std-compatible zero-cost way to convert hex-strings to byte-arrays at compile time
-
hex_analyser
Analyzes a hex value and shows its possible meanings
-
iceyee_encoder
Base64Encoder, HexEncoder, UrlEncoder
-
wambo
All-in-one binary to convert decimal/bin/oct/hex + interpret data as i8-i64, u8-u64, and f32/f64
-
hexlab
A hexagonal maze generation and manipulation library
-
hexxdump
configurable tool for generating hex dumps
-
binascii
Useful no-std binascii operations including base64, base32 and base16 (hex)
-
mhv
A minimalist hex viewer
-
assert_hex
display assert panics in hexadecimal {:#x?} format
-
ipv6-ddn
convert between Standard IPv6 (Hex) and IPv6 Decimal Dot Notation (DDN)
-
hex-tui
quick spellcheck TUI
-
hcal
Hexadecimal calendar for terminal
-
waverune
Runic encoding tool for interfacing with the Wave2 VM
-
data-encoding-v3
Development branch of data-encoding 3.0.0
-
hpyhex-rs
Simplified implementations of the HappyHex game components and hexagonal system in Rust
-
n3gb-rs
hierarchical hex-based spatial indexing system based on the OSGB National Grid
-
hxdmp
A small utility to create hexdump output from byte slices
-
mint-cli
A CLI tool for building hex files from excel data and a layout definition
-
kex
Console application for streamed hex dumping
-
themer
Extracts all hexadecimal color codes from a given input and generates a visual palette image (palette.png), displaying each color with its corresponding hex code
-
hexcat
A hex display with Unicode symboles for specials
-
slugencode
The swiss-army life library for encoding and decoding formats including Hex, Base32, Base58 (not ct), and Base64 in a constant-time manner
-
lib-misc-color
Unified color type with lazy conversion - RGB, RGBA, Hex support
-
intelhex-rs
A robust Intel HEX format parser and writer
-
binary_macros
Macros for decoding base64-like encodings in string literals to [u8] literals
-
hexcat-rs
A small, no-dependency hex dumper
-
hex_str
that helps handle hexadecimal strings
-
qc
An enhanced RPN cli tool for quick binary, octal, decimal, hexadecimal calcs
-
hexf
Hexadecimal float support for Rust
-
ascii_converter
converting between different ascii representations
-
plantuml_encoding
Encoding and decoding text plantuml diagrams to facilitate communication of them through URL
-
scalpel-bin
binary modification tool, cut, stitch, replace, sign
-
calcbits
Small utilities for working with downloaded binary data: formatting, timing and CLI progress helpers
-
hext
A binary file markup language
-
hhh
Binary File Processor
-
hexponent
Hexadecimal float parsing
-
vsimd
SIMD utilities
-
futures-utils-wasm
futures Send bounds
-
to-binary
Converts From Hex, UTF-8, Vector of Bytes, or a Byte Slice to a Binary String And Implements Many Useful Functions For Binary Strings
-
dbg_hex
display dbg result in hexadecimal {:#x?} format
-
rust-birkana
Creates Birkana rune symbols SVG representation of given hexadecimal number
-
hexagex
Match binary data with hexadecimal regexes
-
b0x
CLI tool to display information about the provided input (integers, IP addresses, strings)
-
cbb
A base converter
-
hex_grid
easily work with 2d hex grids of arbitrary shapes
-
serde-hex
Hexadecimal encoding/decoding with serde
-
infra-hex-rs
Fetch UK infrastructure data, aggregate to hex grids in British National Grid
-
color-to-tui
Parse colors and convert them to ratatui::style::Colors
-
numlang
A compiler for an esolang that uses hexadecimal
-
nutek-encode
A collection of encoding and hashing utilities
-
hexstring
handling hexadecimal string
-
veriloghex
Parse Verilog .hex format
-
fhex
providing the ToHex trait for converting floating-point numbers to hexadecimal
-
passgenr
generating cryptographically-secure passwords in Rust
-
bread-cli
byte conversion tool
-
hex-display
Display impl for byte slices which provides a hexdump
-
intelhex
tools for working with Intel Hex files
-
hexgame
performant implementation of the Hex board game
-
hexsearch
A CLI utility to search arbitrary bytes in files, by leveraging the power of regex crate in Rust
-
hex-view
Easily format a &[u8] as hex
-
stdto
set of functional traits for conversion between various data representations
-
hexf-parse-libm
Parses hexadecimal floats (see also hexf)
-
hd
Hex Display: A modern
xxdalternative -
read_color
reading hex colors
-
bex-rs
hex-to-bin/bin-to-hex converter
-
rustichar
cli tool made to check the occurrences of characters in a string
-
entro
Program to count character frequency from STDIN
-
hew
Command line tool for converting binary data to and from hexadecimal
-
ixv
A CLI application for verifying intel hex file
-
qdhex
helper functions to create hex dumps
-
beehive
collections for 3D hexagonal maps
-
fahtsex
Extremely useless but fast SIMD functions for dealing with hex
-
i2u
Common useful functions, that are Zero cost abstractions using generics, to easily convert numbers to binary, hex, octal, and convert any type that implements Debug into a String
-
strtoint
Parse integers from strings, with support for base prefixes
-
hex_pp
Pretty hex dump of bytes slice in the common style
-
shrex_macros
Proc macro for shrex
-
hexdump-lt
A minimalist, dependency free version of the hexdump utility
-
quick-calc
A cli tool for quick decimal, hexadecimal, binary, and octal basic formatting and calculations
-
bytary
CLI tool for binary data manipulation
-
hxt
A binary file markup language
-
const-decoder2
Constant functions for converting hex- and base64-encoded strings into bytes
-
hex-matrix
build hex matrix using byte array
-
hexbin
A command-line utility to travel between the realms of hexadecimal and binary
-
hexrw
A CLI utility to read / write hexadecimal value from / to a file
-
consio
console input
-
wasm_hex_dump
A CLI tool to convert Wasm files to hexadecimal dumps for libSQL UDFs
-
serdapt-hex
Adapter to serialize as hex
-
cast-rs
A collection of types cast for Rust
-
hexarr
working with hexagonal grids
-
hex_
convert in and out of hex
-
ansi-hex-color
Color the text on the terminal with ANSI and hex-code
-
ihex-merge
based on the ihex crate to merge ihex (intel HEX) object files into one
-
hexmap
creating and working with hex-based tile maps
-
lifehash
in Rust
-
ruststudy
rust学习相关
-
sehx
SEnsible HeXadecimal, the ASCII-synergetic little-endian hexadecimal format
-
hex_table
Format a byte slice into a hex table
-
hexdecode
function for parsing hex-encoded strings as a vec
-
hexadecimal-digits
uppercase and lowercase hexadecimal digit character tables
-
hexutil
A macro to implement common traits to work with hexadecimal values
-
alphabet-encoder
A quick and dirty way to deal with escape characters
-
hex-spiral
A single-coordinate 2D hex grid
-
alphaid
Generate Youtube-Like IDs with Rust
-
rorschach
Binary data definition and formatter
-
hexy
printing hexy hex dumps with colors based on the byte values
Try searching with DuckDuckGo.