-
rand
Random number generators and other randomness functionality
-
twox-hash
XXHash and XXH3 algorithms
-
ahash
A non-cryptographic hash function using AES-NI for high performance
-
strsim
Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.
-
crc
support of various standards
-
fastrand
fast random number generator
-
xxhash-rust
xxhash
-
crypto-bigint
Pure Rust implementation of a big integer library which has been designed from the ground-up for use in cryptographic applications. Provides constant-time, no_std-friendly implementations…
-
rustfft
High-performance FFT library written in pure Rust
-
noise
Procedural noise generation library
-
scroll
A suite of powerful, extensible, generic, endian-aware Read/Write traits for byte buffers
-
stacker
A stack growth library useful when implementing deeply recursive algorithms that may accidentally blow the stack
-
ulid
a Universally Unique Lexicographically Sortable Identifier implementation
-
dissimilar
Diff library with semantic cleanup, based on Google's diff-match-patch
-
fnv
Fowler–Noll–Vo hash function
-
rstar
An R*-tree spatial index
-
bytecount
count occurrences of a given byte, or the number of UTF-8 code points, in a byte slice, fast
-
float_eq
Compare IEEE floating point primitives, structs and collections for equality
-
realfft
Real-to-complex forward FFT and complex-to-real inverse FFT for Rust
-
bitpacking
Fast integer compression/decompression via SIMD bit-packing. Port of simdcomp to rust.
-
crc32c
Safe implementation for hardware accelerated CRC32C instructions with software fallback
-
wildmatch
string matching with single- and multi-character wildcard operator
-
highway
Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function
-
kiddo
A high-performance, flexible, ergonomic k-d tree library. Ideal for geo- and astro- nearest-neighbour and k-nearest-neighbor queries
-
md5
The package provides the MD5 hash function
-
pathfinding
flow, and graph algorithms
-
uint
Large fixed-size integer arithmetic
-
ff
building and interfacing with finite fields
-
passwords
useful tools to generate multiple readable passwords, as well as analyze and score them
-
rand_hc
HC128 random number generator
-
crc-any
To compute CRC values by providing the length of bits, expression, reflection, an initial value and a final xor value. It has many built-in CRC functions.
-
oorandom
A tiny, robust PRNG implementation
-
jubjub
elliptic curve group
-
slice-group-by
Iterators over groups in slices and strs
-
gcd
Calculate the greatest common divisor
-
streaming-iterator
Streaming iterators
-
strength_reduce
Faster integer division and modulus operations
-
nucleo
plug and play high performance fuzzy matcher
-
argminmax
(argmin & argmax in 1 function) with SIMD for floats and integers
-
murmur3
hash
-
topological-sort
Performs topological sorting
-
rdrand
random number generator based on rdrand and rdseed instructions
-
sgp4
A pure Rust implementation of the SGP4 algorithm for satellite propagation
-
ndarray-linalg
Linear algebra package for rust-ndarray using LAPACK
-
easy-smt
Easily interact with an smt solver as a subprocess
-
buffer-redux
Drop-in replacements for buffered I/O in
std::io
with extra features -
treediff
Find the difference between arbitrary data structures
-
edit-distance
Levenshtein edit distance between strings, a measure for similarity
-
medians
Median, Statistical Measures, Mathematics, Statistics
-
zipf
A fast generator of discrete, bounded Zipf-distributed random numbers
-
differential-dataflow
An incremental data-parallel dataflow platform
-
foldhash
A fast, non-cryptographic, minimally DoS-resistant hashing algorithm
-
special
The package provides special functions
-
resolvo
Fast package resolver written in Rust (CDCL based SAT solving)
-
seahash
A blazingly fast, portable hash function with proven statistical guarantees
-
sketches-ddsketch
A direct port of the Golang DDSketch implementation
-
textdistance
Lots of algorithms to compare how similar two sequences are
-
task-local-extensions
Task-local container for arbitrary data
-
rand_regex
Generates random strings and byte strings matching a regex
-
iroh-blobs
blob and collection transfer support for iroh
-
vek
Generic 2D-3D math swiss army knife for game engines, with SIMD support and focus on convenience
-
earcutr
port of MapBox's earcut triangulation code to Rust language
-
simd-adler32
A SIMD-accelerated Adler-32 hash algorithm implementation
-
rustfst-ffi
constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs). Rustfst-ffi provides C interfaces of the Rust library
-
k
kinematics
-
daachorse
Double-Array Aho-Corasick
-
linfa-linalg
Pure-Rust implementation of linear algebra routines for ndarray
-
memx
memory functions like libc memcmp(), memchr(), memmem(), memcpy(), memset()
-
metrohash
high quality, high performance hash algorithm
-
reed-solomon-simd
Reed-Solomon coding with O(n log n) complexity. Leverages SIMD instructions on x86(-64) and AArch64.
-
GSL
binding for the GSL (the GNU scientific library)
-
fastcdc
(content defined chunking) in pure Rust
-
merkle_hash
Finds the hashes of all files and directories in a directory tree
-
hexf-parse
Parses hexadecimal floats (see also hexf)
-
reed-solomon-novelpoly
reed solomon code / encoder / decoder with complexity
O(n lg(n))
-
genetic_algorithm
A genetic algorithm implementation
-
hime_redist
Redistributable runtime library for parsers generated with Hime (LR, RNGLR)
-
permutation
Small utility for creating, manipulating, and applying permutations
-
raft
language implementation of Raft algorithm
-
transpose
transposing multi-dimensional data
-
fractional_index
fractional indexing
-
adler
clean-room implementation of the Adler-32 checksum
-
ph
data structures based on perfect hashing
-
glass_pumpkin
A cryptographically secure prime number generator based on rust's own num-bigint and num-integer
-
crossterm_winapi
WinAPI wrapper that provides some basic simple abstractions around common WinAPI calls
-
varpro
A straightforward nonlinear least-squares fitting library which uses the Variable Projection algorithm
-
partial_sort
provide a Rust version std::partial_sort
-
fast_paths
Fast shortest path calculations on directed graphs made possible by pre-processing the graph using Contraction Hierarchies
-
gix-negotiate
gitoxide project implementing negotiation algorithms
-
timely
A low-latency data-parallel dataflow system in Rust
-
contour
Compute isorings and contour polygons (using marching squares algorithm)
-
robust
adaptive floating-point predicates for computational geometry
-
chalk-recursive
Recursive solver for the Chalk project
-
muldiv
trait for numeric types to perform combined multiplication and division with overflow protection
-
levenberg-marquardt
algorithm built on top of nalgebra
-
rust-stemmers
some popular snowball stemming algorithms
-
mergable
user-friendly and efficient CRDTs
-
smawk
Functions for finding row-minima in a totally monotone matrix
-
simplerand
fast random number generator
-
levenshtein
algorithm
-
pocket_prover
A fast, brute force, automatic theorem prover for first order logic
-
boyer-moore-magiclen
fast string search algorithm implemented in Rust
-
cdshealpix
HEALPix tesselation
-
rithm
Arbitrary precision arithmetic
-
bm25
BM25 embedder, scorer, and search engine
-
reactive_graph
A fine-grained reactive graph for building user interfaces
-
annembed
dimension reduction à la Umap
-
tantivy-fst
tantivy-specific fork from the fst crate from Burntsushi. (Please use the fst crate instead.)
-
rustsat
aims to provide implementations of elements commonly used in the development on software in the area of satisfiability solving. The focus of the library is to provide as much ease of use without giving up on performance.
-
keyword_extraction
Collection of algorithms for keyword extraction from text
-
nanorand
A tiny, fast, zero-dep library for random number generation
-
ndarray-slice
Fast and robust slice-based algorithms (e.g., sorting, selection, search) for non-contiguous (sub)views into n-dimensional arrays
-
z3
High-level rust bindings for the Z3 SMT solver from Microsoft Research
-
quad-rand
Pseudo random implementation with core atomics
-
radsort
Radix sort implementation for sorting by scalar keys (integers, floats, chars, bools)
-
blurhash
A pure Rust implementation of blurhash
-
scru128
Sortable, Clock and Random number-based Unique identifier
-
dive-deco
A dive decompression models library (Buehlmann ZH-L 16C)
-
twofloat
Double-double arithmetic functionality
-
rand_mt
Reference Mersenne Twister random number generators
-
quantiles
a collection of approximate quantile algorithms
-
tailcall
Safe, zero-cost tail recursion
-
rand_simple
random number generator that is independent from the other libraries and based on XOR shift
-
arbi
Arbitrary precision integer
-
chalk-engine
Core trait engine from Chalk project
-
orx-v
Traits to unify all vectors!
-
cardinality-estimator
estimating the cardinality of distinct elements in a stream or dataset
-
timsort
modified MergeSort used in Python and Java
-
naive_opt
The optimized naive string-search algorithm
-
clone_dyn
Derive to clone dyn structures
-
incremental
computations, based on Jane Street's incremental
-
ddo
generic and efficient framework for MDD-based optimization
-
rsc_osrm
rust wrapper for osrm, folk from TehGoat/rs_osrm
-
kd-tree
k-dimensional tree
-
gxhash
non-cryptographic algorithm
-
rand_xoshiro
Xoshiro, xoroshiro and splitmix64 random number generators
-
dec
A decimal arithmetic library providing high-level, safe bindings to libdecnumber
-
accurate
(more or less) accurate floating point algorithms
-
mockd
Fake data generator library with 130+ functions
-
dypdl
Libarary for Dynamic Programming Description Language (DyPDL)
-
meos
Rust bindings for MEOS C API
-
byteyarn
hyper-compact strings
-
probminhash
Minhash algorithms for weighted Jaccard index
-
ranges
generic alternative to core/std ranges, set-operations to work with them and a range set that can efficiently store them with the least amount of memory possible
-
cam-geom
Geometric models of cameras for photogrammetry
-
russcip
Rust interface for SCIP
-
ndarray-rand
Constructors for randomized arrays.
rand
integration forndarray
. -
kube_quantity
adding arithmetic operations to the Quantity type from the k8s-openapi crate
-
num-order
Numerically consistent
Eq
,Ord
andHash
implementations for variousnum
types (u32
,f64
,num_bigint::BigInt
, etc.) -
ipopt
Rust language bindings for the Ipopt non-linear constrained optimization library
-
murmurhash32
murmurhash32_2
-
halfbrown
Multi backend HashMap for higher performance on different key space sizes
-
itermore
🤸♀️ More iterator adaptors
-
cmaes
CMA-ES optimization algorithm
-
easyfft
providing an easy FFT API for arrays and slices
-
usearch
Smaller & Faster Single-File Vector Search Engine from Unum
-
rust-spice
WOW! The complete NASA/NAIF Spice toolkit is actually usable on Rust
-
cobs
Consistent Overhead Byte Stuffing (COBS) algorithm. COBS is an algorithm for transforming a message into an encoding where a specific value (the "sentinel" value) is not used…
-
dbsp
Continuous streaming analytics engine
-
integer-sqrt
integer square root algorithm for primitive rust types
-
cubecl-linalg
CubeCL Linear Algebra Library
-
fast_polynomial
Faster polynomial evaluation using Estrin's Scheme to exploit instruction-level parallelism
-
satkit
Satellite Toolkit
-
pacmap
Pairwise Controlled Manifold Approximation (PaCMAP) for dimensionality reduction
-
num_convert
Type converting library, conversions integers by overflow addition, supports generics types
-
rustfst
constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs)
-
adskalman
Kalman filter and Rauch-Tung-Striebel smoothing implementation using nalgebra, no_std
-
hmac-sha1
wrapper around the RustCrypto hmac and sha1 crates for simple HMAC-SHA1 generation
-
meta_tools
Collection of general purpose meta tools
-
sfcgal
High-level bindings to SFCGAL and conversion from/to other geometry libraries
-
bit-matrix
bit matrices and vectors
-
t1ha
T1AH (Fast Positive Hash) hash function
-
turborand
Fast random number generators
-
gcra
A basic implementation of GCRA algorithm for rate limiting
-
petal-neighbors
Nearest neighbor search algorithms including a ball tree and a vantage point tree
-
rectangle-pack
A general purpose, deterministic bin packer designed to conform to any two or three dimensional use case
-
union-find
Struct and methods for union-find operation
-
rs-wordle-solver
solving Wordle-style puzzles. It provides multiple guessing algorithms, as well as building blocks for implementing your own Wordle solving algorithms.
-
cubecl
Multi-platform high-performance compute language extension for Rust
-
cap-rand
Capability-based random number generators
-
raftbare
Minimal but feature-complete, I/O-free implementation of Raft distributed consensus algorithm
-
triple_accel
Rust edit distance routines accelerated using SIMD. Supports fast Hamming, Levenshtein, restricted Damerau-Levenshtein, etc. distance calculations and string search.
-
alphanumeric-sort
can help you sort order for files and folders whose names contain numerals
-
interp
Matlab's interp1 function
-
osqp
(Operator Splitting Quadratic Program) solver
-
ids_service
that allows to generate unique Ids
-
radiate
genetic algorithms and artificial evolution
-
count-min-sketch
Count-min-sketch implementation
-
arrow-string
String kernels for arrow arrays
-
glissade
that provides various utilities for animations and transitions
-
hierarchical_hash_wheel_timer
A low-level timer implementantion using a hierarchical four-level hash wheel with overflow
-
macro-machines
State machine macros with logging and graphviz DOT file generation
-
rurel
Flexible, reusable reinforcement learning (Q learning) implementation
-
clingo
Rust idiomatic bindings to the clingo library
-
version-ranges
Performance-optimized type for generic version ranges and operations on them
-
primes
A package for calculating primes using the Sieve of Eratosthenes, and using that to check if a number is prime and calculating factors. Includes an iterator over all primes.
-
diff-match-patch-rs
A high-performance port of Myer's diff algorithm to perform the operations required for synchronizing plain text
-
extendhash
Rust Hash Extender
-
relp
Rust Exact Linear Programming
-
gat-lending-iterator
iterators who's items can [mutably] reference the iterator
-
cryptocol
cryptographic library that includes big number arithmatic operation, hash algorithms, symmetric-key cryptographic encryption/decryption algorithms, asymmetric-key (public-key) cryptographic…
-
metaheuristics-nature
A collection of nature-inspired metaheuristic algorithms
-
hime_sdk
Development kit for the generation of LR and RNGLR parsers programmatically or in command line. Full API for the manipulation of context-free grammars.
-
h3o-zip
A compression scheme tailored for H3 cell indexes
-
graaf
Work with directed graphs
-
kmeans
Small and fast library for k-means clustering calculations
-
random_word
Efficient functions for generating random words in many languages
-
smolprng
A Small and Extensible PRNG written in Rust
-
adler32
Minimal Adler32 implementation for Rust
-
fletcher
A dependency free implementation of the Fletcher's checksum algorithm
-
dilate
A compact, high performance integer dilation library for Rust
-
tinymt
64/32 - a lightweight variant of Mersenne Twister PRNG
-
wyrand
A fast & portable non-cryptographic pseudorandom number generator and hashing algorithm
-
fuse-rust
Fuse is a super lightweight library which provides a simple way to do fuzzy searching. Fuse-Rust is a port of Fuse-Swift, written purely in rust
-
highs
Safe rust bindings for the HiGHS linear programming solver. See http://highs.dev.
-
kitoken
Fast and versatile tokenizer for language models, supporting BPE, Unigram and WordPiece tokenization
-
feruca
Unicode Collation Algorithm
-
nozomi
Equivalent of the Linux shred command but in rust and library. Allows you to securely erase data from a hard drive.
-
polylog
polylogarithms
-
vrp-core
A core algorithms to solve a Vehicle Routing Problem
-
ipl3checksum
calculate the IPL3 checksum for N64 ROMs
-
color_space
converting between color spaces and comparing colors
-
mpchash
Multi-probe consistent hashing algorithm implementation
-
graphalgs
Graph algorithms based on the Rust 'petgraph' library
-
scnr
Scanner/Lexer with regex patterns and multiple modes
-
merkle-cbt
generating efficient Merkle tree and combined Merkle proof based on complete binary tree
-
sequence-generator-rust
Customizable 64-bit unique distributed IDs sequence generator based on Twitter's ID (snowflake). Build in Rust
-
autour_core
AUTOmata Utilities and Representation (AUTOUR) is a small toolbox to experiment with various kinds of automata and draw them
-
hyperloglogplus
HyperLogLog implementations
-
xxhrs
Safe XXHash and XXH3 bindings
-
adler2
clean-room implementation of the Adler-32 checksum
-
wavefc
A home-grown implementation of the Wave Function Collapse algorithm
-
mesh_to_sdf
Mesh to signed distance field (SDF) converter
-
contour-isobands
Compute isobands and contour polygons (using marching squares algorithm)
-
optirustic
A multi-objective optimisation framework for Rust
-
ran
fast random numbers generation
-
dogear
merging bookmark trees
-
treerder
Trie ordering for type implementing Orderable
-
lt-fm-index
Fm-index using k-mer lookup table for exact pattern matching
-
general-sam
A general suffix automaton implementation in Rust
-
kdtree
K-dimensional tree in Rust for fast geospatial indexing and nearest neighbors lookup
-
ra_ap_salsa
A generic framework for on-demand, incrementalized computation (experimental)
-
i_triangle
Polygon Triangulation Library: Efficient Delaunay Triangulation for Complex Shapes
-
logru
A small, embeddable and fast interpreter for a subset of Prolog
-
starlight
experimental HDL and optimizer for DAGs of lookup tables
-
rex-sm
Hierarchical state machine
-
wyhash
fast portable non-cryptographic hashing algorithm and random number generator
-
crc32-v2
A port of the CRC-32 algorithm to Rust
-
bevy_lookup_curve
Editable lookup curve for Bevy
-
many-unzip
multiunzip
from itertools but with support for larger than 12-tuples -
rdst
A flexible parallel unstable radix sort that supports sorting by any arbitrarily defined sequence of bytes
-
rgeometry
High-Level Computational Geometry
-
trie_rcv
Ranked Choice Voting implementation using Tries in Rust
-
uniset
A hierarchical, growable bit set with support for in-place atomic operations
-
interval_adapter
Interval adapter for both open/closed implementations of intervals ( ranges )
-
fakeit
Fake data generator library with 130+ functions
-
jopemachine-raft
language implementation of Raft algorithm
-
ckey
consistent hash key library
-
uutils_term_grid
formatting strings into a grid layout. Fork of term_grid.
-
vecmath
type agnostic library for vector math designed for reexporting
-
gix-revwalk
providing utilities for walking the revision graph
-
spc-rs
SPC (Statistical Process Control)
-
raftpico
Raft framework built on top of the raftbare crate
-
stringmetrics
approximate string matching
-
extsort
External sorting (i.e. on disk sorting) capability on arbitrarily sized iterator
-
zeros
-
probability
The package provides a probability-theory toolbox
-
tiny_sort
Binary-size optimized stable and unstable sorts
-
chibihash
hash function
-
timberio/file-source
A high-performance observability data pipeline
-
risc0-bigint2
RISC Zero's Big Integer Accelerator
-
line-span
Find line ranges and jump between next and previous lines
-
iban
IBAN parsing library
-
opensimplex2
Port of OpenSimplex2
-
simple_hll
HyperLogLog implementation in rust
-
ognlib
Some code that is written to practice Rust
-
s2-tilejson
Backwards compatible JSON format for describing s2 map tilesets
-
sefar
evolutionary optimization algorithms
-
geometry-predicates
port of robust geometric predicates
-
startin
A Delaunay triangulator for terrains
-
dmsort
Fast adaptive sorting for when most of your data is already in order. dmsort can be 2-5 times faster than Rust's default sort when more than 80% of the elements are already in order
-
rapidhash
port of rapidhash: an extremely fast, high quality, platform-independent hashing algorithm
-
kewb
manipulating and solving a 3x3 Rubik's cube with Kociemba's two phase algorithm
-
dotlr
An LR(1) parser generator and visualizer created for educational purposes
-
multimarkov
generic tool for training and using multi-order Markov chains for procedural generation applications such as generating randomized but authentic-sounding names for characters and locations
-
swift_vec
A convenient and comfortable vector maths crate that supports 2D, 3D, and 4D matrices and vectors - along with additional scalar math
-
simsearch
lightweight fuzzy search engine that works in memory, searching for similar strings (a pun here)
-
cyclic-poly-23
A rolling, decomposable hash algorithm
-
fast-tlsh
generate / parse / compare TLSH locality sensitive hashes
-
rand_aes
AES based pseudo-random number generator
-
pathfinding_astar
A-Star pathfinding algorithm that can process absract and grid-like paths
-
oxidd-reorder
Reordering algorithms for OxiDD
-
tau-engine
A document tagging library
-
grid_pathfinding
Pathfinding using JPS and connected components on a grid
-
seastar
Dependency-free implementation of the A* pathfinding algorithm for uniform-cost, 2D grids in cardinal directions
-
importunate
Methods for returning random elements from an iterator
-
to_shmem
Trait to write to a contiguous chunk of shared memory
-
kendalls
Kendall's tau rank correlation
-
hypertwobits
cardinality estimation algorithm
-
tolerance
Math representation of the physically needed permissible deviation of measures
-
algorithmica
Rust Algorithms
-
tinyrand
Lightweight RNG specification and several ultrafast implementations in Rust
-
times
Timing Benchmark, Repeated Runs, with Statistics
-
atomic-traits
The traits for generic atomic operations
-
four-bar
Four🍀bar library provides simulation and synthesis function for four-bar linkages
-
counting_sort
Counting sort implementation for Iterators
-
cassowary
linear constraint solving algorithm. The Cassowary algorithm is designed for naturally laying out user interfaces using linear constraints, like 'this button must line up with this text box'
-
volute
Boolean functions implementation, represented as lookup tables (LUT) or sum-of-products (SOP)
-
coord2d
rust lib for coordinate in 2d system
-
subset_sum
Solves subset sum problem and returns a set of decomposed integers. It also can match corresponding numbers from two vectors and be used for Account reconciliation.
-
bit_gossip
Pathfinding library for calculating all node pairs' shortest paths in an unweighted undirected graph
-
graph_process_manager_loggers
Generic loggers for graph_process_manager_core
-
oefpil
Optimum Estimate of Function Parameters by Iterated Linearization (OEFPIL): Algorithm for nonlinear function fitting to data with errors in both dependent and independent variables where correlation…
-
conhash
Consistent Hashing library in Rust
-
mutcursor
Safely stores mutable references to parent nodes, for backtracking during traversal of tree & graph structures
-
rake
Rapid Automatic Keyword Extraction (RAKE) algorithm
-
ultrasonic
Transactional execution layer with capability-based memory access for zk-AluVM
-
easer
Tiny library imlementing Robert Penner's easing functions
-
RustQuant_math
quantitative finance
-
rollgrid
pseudo-infinite open worlds
-
multistochgrad
Stochastic Gradient, Multithreaded
-
eta-algorithms
Low overhead data structures focused on performance
-
bit_manipulation
lightweight Rust crate for seamless management and validation of up to 128 option states. Empower your applications with efficient, flexible, and intuitive option handling, ensuring…
-
whittaker-eilers
A sparse matrix implementation of Whittaker-Eilers smoothing and interpolation
-
sobol_burley
A seedable Owen-scrambled Sobol sequence
-
flo_binding
Declarative binding library for Rust
-
english-to-cron
converts natural language into cron expressions
-
crunch
A packer for cramming lots of rectangles into a larger one, designed primarily with sprite packing in mind
-
rust_intervals
Intervals arithmetic with any combination of open, closed or infinite bounds, along with operations like intersection, convex hull, union, difference,
-
voxell_rng
Cheap and dirty thread-local RNGs
-
mt19937
A translation of the MT19937 Mersenne Twister rng algorithm to Rust
-
permutator
Get a lexicographic cartesian product and lexicographic permutation at any specific index from data. Generate complete lexicographic cartesian product from single or multiple set of data…
-
line-clipping
implementing line clipping algorithms
-
edfsm
Event Driven Finite State Machine library
-
vector_quantizer
vector quantization utilities and functions
-
drain_filter_polyfill
current nightly implementation of Vec::drain_filter, copypasted out for use on stable
-
reveler
A cryptographic commitment scheme based on lattice and parallelized matrix-vector multiplication
-
product-os-random
Product OS : Random provides a suite of random generator tools for different contexts. This includes random text, number and key generators including crypotgraphically secure random generation.
-
nlopt
Wrapper for the nlopt library
-
louvre
A Robust Triangulation Algorigthm
-
anim8
Animation toolset
-
relp-num
Number types for the relp crate
-
controlled_astar
that provides an enhanced A* pathfinding algorithm with controllable node directions and block statuses, ideal for complex pathfinding scenarios
-
list_math
doing math on a list including average, smallest, largest, and standard deviation
-
ragged-buffer
Efficient RaggedBuffer datatype that implements 3D arrays with variable-length 2nd dimension
-
backyard-generator
Convert AST node back to PHP code
-
hnsw_rs
Ann based on Hierarchical Navigable Small World Graphs from Yu.A. Malkov and D.A Yashunin
-
random-pick
Pick an element from a slice randomly by given weights
-
count-digits
A no-std trait to determine the lengths of integers in various number bases
-
tf-binding-rs
Fast transcription factor binding site prediction and FASTA manipulation in Rust
-
round_robin
Create a vector of rounds and their respective matches in a tournament, using the Round-robin algorithm
-
solaris-rs
predict the position of the Sun
-
truck-polymesh
defines polygon data structure and some algorithms handling mesh, including meshing the shapes
-
permutohedron
Generate permutations of sequences. Either lexicographical order permutations, or a minimal swaps permutation sequence implemented using Heap's algorithm.
-
dynalgo
A tiny library designed to produce animated SVG images that can illustrate graph algorithms in action
-
lazyrand
generating random numbers easily
-
syntree_layout
visualize trees from the 'syntree' crate
-
spec_math
implementations of special mathematical functions. Includes re-implementation of the CEPHES math library for gamma functions, error functions, elliptic integrals, sine and cosine integrals…
-
rmqtt-raft
raft framework, for regular people
-
libsufr
Parallel Construction of Suffix Arrays in Rust
-
axgeom
that provides ability to extract 1d ranges out of 2d objects
-
opis
rational number and matrix arithmetic
-
recursive
Easy recursion without stack overflows
-
entropy-map
Ultra-low latency hash map using minimal perfect hash functions and compact encoding of values, minimizing memory footprint and storage size for efficient data retrieval
-
augurs-dtw
Dynamic Time Warping (DTW) algorithm for Rust
-
space-search
providing basic generic depth-first, breadth-first, heuristic-guided, and A* search space exploration algorithms
-
randevu
The official Rust implementation of the RANDEVU algorithm
-
moga
A multi-objective genetic algorithm framework
-
fixed32
Fixed Point types
-
density-rs
Superfast compression library
-
convolve2d
Easy and extensible pure rust image convolutions
-
arrow-buffer
Buffer abstractions for Apache Arrow
-
ckb-rust-std
A collection of
no_std
compatible modules ported from Rust’s standard library, with an initial focus on theio
module -
qptrie
A QP-Trie implementation for Rust
-
voracious_radix_sort
State of the art radix sort algorithms. Single thread and multi thread versions.
-
undo_stack
A minimal undo stack for user defined types
-
programinduction
program induction and learning representations
-
d3_geo_voronoi_rs
A port into rustlang of the javascript library d3-geo-voronoi
-
pumpkin-solver
The Pumpkin combinatorial optimisation solver library
-
randm
Small, fast, and efficient random generation crate
-
fuzzy-muff
Fuzzy Matching Library
-
float_next_after
A trait for native rust f64/f32 nextafter
-
timelag
Creating time-lagged time series data
-
is-tree
Everything is a tree
-
belnapian
Belnap's 4-valued logic basic building blocks in Rust
-
umash
Idiomatic API for the umash hash/fingerprint function
-
probabilistic_bisector
bisection for one-dimensional functions in the presence of noise
-
nu_plugin_hashes
A Nushell plugin that adds 61 cryptographic hash functions from Hashes project
-
rufl
A powerful util function library for rust
-
spiral
Iterate over a 2D structure in a spiral pattern
-
geo-clipper
Boolean operations on polygons
-
explicit-endian
Transparent traits to explicitely declare in-memory endianness for a virable or struct record
-
zorder
Fast Z-order curve conversions
-
decmathlib-rs
Port of the Intel Decimal Floating-Point Math Library decimal128 type to Rust
-
lilt
dependency free library for running interruptable, transition based animations as a function of time
-
kalmanfilt
Kalman and other filters from Kalman-and-Bayesian-Filters-in-Python
-
dredd-rs
rules engine for Rust, adapted from the Dredd implementation for Android
-
natord
Natural ordering for Rust
-
rand_chacha
ChaCha random number generator
-
noiselib
procedural 1D, 2D, 3D and 4D noise and fractal functions
-
pyin
pYIN pitch detection algorithm written in Rust
-
pcg_rand
PCG family of random number generators in pure Rust
-
hud-slice-by-8
HUD Software's Rust improved implementation of the Intel Slice-By-8 algorithm
-
fastlem
generating procedural terrains based on simplified landscape evolution model (LEM)
-
oxygraph
Algorithms and structures on ecological graphs
-
futf
Handling fragments of UTF-8
-
velodyne-lidar
Velodyne lidar data processing algorithms and utilities
-
setsum
order-agnostic checksum
-
ext-sort
rust external sort algorithm implementation
-
ratel_bandit
Muti-armed Bandit Simulator
-
tdigests
An efficient Rust implementation of the t-digest algorithm
-
liba
An algorithm library based on C/C++
-
breakout
detection for Rust
-
tifloats
Speedy, accurate emulation of TI-Floats
-
random-nickname2
用于Rust的随机用户昵称生成器
-
random
The package provides sources of randomness
-
static_aabb2d_index
Fast static spatial index data structure for 2D axis aligned bounding boxes
-
hostlist-parser
Parses hostlist expressions into a Vec of Strings
-
lace_cc
Core of the Lace cross-categorization engine library
-
twitter_snowflake
A lightweight, efficient library that implements Twitter's Snowflake algorithm
-
flat_spatial
Flat spatial partitionning algorithms and data structures
-
localsearch
Local Search based Metaheuristics
-
float_plus
Additional features for float values
-
lazy-bytes-cast
Lazy casts from & to byte arrays
-
orx-funvec
Traits to unify access to elements of n-dimensional vectors which are particularly useful in algorithms requiring both flexibility through abstraction over inputs and performance through monomorphization
-
dcc-lsystem
Lindenmayer system together with some rendering tools
-
libphext
A rust-native implementation of phext
-
rand_core
Core random number generator traits and tools for implementation
-
hex2d
Helper library for working with 2d hex-grid maps
-
sigmah
Create and scan binary signature in Rust efficiently
-
bpe-tokenizer
A BPE Tokenizer library
-
yafnv
Fowler-Noll-Vo (FNV-1, FNV-1a) hash implementation for
u32/u64/u128
size, allno_std
andno_alloc
-
clf
flush the cpu cache line by __builtin_clear_cache()
-
fast-boolean-anf-transform
Fast implementation of the boolean Algebraic Normal Form (ANF) transform
-
intel-mkl-sys
Rust binding of unique functions in Intel(R) MKL
-
rustdct
Compute Discrete Cosine Transforms (DCT) of any size in O(nlogn) time, in pure Rust
-
puan-rust
Puan package contain tools for defining logic relationships among linear inequalities and reduction algorithms
-
crc-frame
functions for reading and writing crc32'd framed buffers
-
av-metrics
A collection of algorithms for measuring audio/video metrics
-
strtod
A high precision floating point parser implementation for Rust
-
bitwuzla-sys
Low-level bindings for the Bitwuzla SMT solver
-
int_math
Integer math
-
linestring
line string toolbox
-
openraft-sledstore
A sled based implementation of the
openraft::RaftStorage
trait -
seedling
hierarchical seeded pseudo-random number generators
-
misfortunate
Perverse implementations of safe Rust traits
-
kociemba
solving the 3x3 Rubik's cube with Kociemba's two phase algorithm
-
mot-rs
Dead simple multi object tracking in Rust
-
bpe
Fast byte-pair encoding implementation
-
flexihash
Consistent hashing following the API and compatible with flexihash-php and flexihash-py
-
metaheurustics-rs
A comprehensive collection of metaheuristic optimization algorithms implemented in Rust
-
hyperloglog
in Rust
-
dmp
A high-performance library in that manipulates plain text
-
rev_lines
Rust Iterator for reading files line by line with a buffer in reverse
-
extsort-iter
external sorting for all types for all iterators
-
jaime
j.a.i.m.e. is an ergonomic all purpose gradient descent engine
-
peek-again
A performant iterator providing double peek functionality
-
noise-functions
Fast and lightweight noise functions
-
ainconv
Converts Ainu words between different scripts (Katakana, Latin, Cyrillic)
-
polyline-ffi
FFI bindings for the polyline crate
-
indexsort
sort crate, porting Golang sort package to Rust
-
kak-tabs
kakoune tabs
-
libbruteforce
brute force hashes (e.g. passwords). It includes a set of pre-configured hashing functions, like md5 or sha256. You can also provide your own hashing function. PLEASE DO NOT use this…
-
cityhash-rs
Rust no_std implementation of Google Cityhash v1.0.2, v1.0.3, and v1.1.0
-
battleship_bot
The game of battleship and a few bot implementations
-
regexsolver
Manipulate regex and automaton as if they were sets
-
rectutils
Common algorithms for rectangles (quadtree, rect packing, etc.)
-
fixed32-math
Geometric types
-
twistrs
An asynchronous domain name permutation and enumeration library
-
tenthash
A robust 160-bit non-cryptographic hash function
-
cint
A lean, minimal, and stable set of types for color interoperation between crates in Rust
-
cryptify
A procedural macro library to obfuscate Rust code. Provides compile-time string encryption and random flow obfuscation.
-
bsa3-hash
The hash function used in BSA files for *The Elder Scrolls III: Morrowind*
-
perchance
Very simple random number generation optimized for ease of use
-
sgrust
A sparse grid library written in Rust
-
ufotofu_queues
Infallible queues that support bulk enqueueing and dequeueing
-
pdqselect
Selects the kth smallest element of a slice, based on Orson Peters's Pattern Defeating Quickselect
-
fnrs
some useful functions i like
-
mocats
A fast, easy-to-use, generalized Monte Carlo Tree Search library. Works for any game, any number of players, and any tree policy (UCT Policy included as a default).
-
clipper2
A polygon Clipping and Offsetting library for Rust
-
fuzzy_prefix_search
Fuzzy search for prefix matches
-
weighted_rand
A weighted random sampling crate using Walker's Alias Method
-
cdchunking
Content-defined chunking
-
postcard-cobs
Consistent Overhead Byte Stuffing (COBS) algorithm. COBS is an algorithm for transforming a message into an encoding where a specific value (the "sentinel" value) is not used…
-
poi
A pragmatic point-free theorem prover assistant
-
multistream-batch
Implementations of batching algorithms
-
board-game
A board game abstraction and generic utilities around it
-
graph-algorithms-rs
A collection of graph algorithms
-
autodiff
An automatic differentiation library
-
hybridmap
Hybrid map using smallvec and the std hashmap
-
libmf
Large-scale sparse matrix factorization for Rust
-
lophat
Lockfree Persistent Homology Algorithm Toolbox
-
doers
generating Design Of Experiments (DOE)
-
is_sorted
Iterator sorted?
-
fuzzyhash
Pure Rust fuzzy hash implementation
-
rmpfit
Pure Rust implementation of the CMPFIT library
-
rust_cascade
bloom filter cascade implementation in Rust
-
fm-index-vers
FM index and its variant implementations for Rust, backed by vers-vecs
-
u4
nibble (4-bit integer) library, with packed representations
-
minifb_tile_base
A basic tile updater for minifb
-
wcs
FITS World Coordinate System (WCS)
-
faro_sharding
Non-shuffling sharding algorithm
-
rustiq-core
Quantum circuit synthesis library in rust
-
impls_index
Several of macros to put each function under a named macro to index every function in a class
-
liblrge
Genome size estimation from long read overlaps
-
snowflaker
A Twitter snowflake algorithm simply implemented in Rust
-
faer-sparse
Basic linear algebra routines
-
cnccoder
generating gcode operations targeted for GRBL controled cnc machines, and also generates camotics projects for simulation
-
httlib-huffman
Canonical Huffman algorithm for handling HPACK format in HTTP/2
-
lp-solvers
.lp file format implementation and external solver invocation for Cbc, Gurobi, cplex, and GLPK
-
t-oc
Trie Occurrence Counter is frequency dictionary for any type implementing
Iterator<Item = char>
-
var_num
Variable length number implementation that can be used as a drop in replacement for any number primitive
-
aochelpers
A set of structs and associated methods that cover common use=cases when solving Advent Of Code problems
-
keyphrases
Rapid Automatic Keyword Extraction (RAKE) implementation in Rust
-
light-tool
轻量级的Rust工具库
-
mathml-core
MathML type definitions
-
diffsl
A compiler for a domain-specific language for ordinary differential equations (ODE)
-
screeps-game-utils
Additional utility functionality for Screeps: World not included in screeps-game-api
-
floaters
generate floating-point numbers in various ways
-
del-ls
sparse solver library for research prototyping
-
simplerandom
pseudo-random number generators
-
funspace
N-dimensional function spaces and transforms
-
ccsort
clone of the Unix sort command, with multiple sorting algorithms
-
line-col
Convert string slice indices into line/column numbers
-
zung_mini
Mini rust projects that target specific features of rust
-
gridish
working with British and Irish national grid strings
-
hyperloglog-rs
HyperLogLog trying to be parsimonious with memory
-
ratio-color
Ratio's color palette management in Rust, built on 'palette' and 'enterpolation'
-
galois_2p8
Basic Arithmetic over all GF(2^8) fields
-
another-html-builder
html builder, focused on being a helper for creating elements, escaping attributes, escaping text, but not caring if the html structure is valid. It's up to the developer to test that.
-
qrc
generating and manipulating QR code images in various formats
-
dioxus-lazy
Async list components for Dioxus
-
faer_gmres
GMRES implementation using faer
-
boomphf
Scalable and Efficient Minimal Perfect Hash Functions
-
diffmatchpatch
Rewrite of diff-match-patch in Rust
-
sets
Generic vectors as sets. Efficiently sorting, merging, ranking, searching, reversing, intersecting, etc.
-
liblbfgs
Fast and safe Rust implementation of LBFGS and OWL-QN algorithms ported from Naoaki Okazaki's C library libLBFGS
-
office-to-pdf
Convert office files to pdf files
-
rsbatch-maestro
flexible batch splitting and management with various strategies
-
pg_task
Resumable state machine based Postgres tasks
-
astro
Advanced algorithms for astronomy
-
tagged_ufs
A union-find-set implementation, in which sets can be associated with tags. When two sets are united, their tags are merged
-
mcts-rs
Monte Carlo Tree Search (MCTS) using an arena allocator
-
ggstd
Partial implementation of Go standard library
-
biscuit-converter
A decimal ASCII parser
-
multibody_dynamics
Multibody dynamics algorithms in Rust
-
markov_namegen
Random text generators based on Markov models
-
string-offsets
Converts string offsets between UTF-8 bytes, UTF-16 code units, Unicode code points, and lines
-
blake2b-ref
A
no_std
BLAKE2B implementation -
rand-unique
A no-std crate for generating random sequences of unique integers in O(1) time
-
binary-merge
Minimum comparison merge of two sorted sequences with random access
-
vrp-scientific
An extension logic for solving scientific VRP
-
sorock
A Multi-Raft implementation in Rust
-
pergola
abstract types for join-semilattices
-
sif-embedding
Smooth inverse frequency (SIF), a simple but powerful embedding technique for sentences
-
wave-function-collapse
Converts nodes and their restrictions into a collapsed node state based on the selected algorithm
-
iregex-automata
Finite automata definitions for the
iregex
crate -
glidesort
sorting algorithm
-
suitesparse_sys
sys crate for suitesparse library
-
cube-rotations
Models the rotations that can happen on a cube without changing the set of planes to which its faces are parallel
-
re_arrow2
Unofficial implementation of Apache Arrow spec in safe Rust
-
codeq
Codec trait
-
ibn_battuta
Solving the Travelling Salesman Problem (TSP)
-
easing-function
easing functions for animation tweening
-
atrocious_sort
Some of the most useless sorting algorithms implemented in Rust
-
easy_salt
generating hashed strings with salt, currently based on easy-hasher crate
-
accumulator-plus
Accumulator based on Biguint
-
windmouse-rs
windmouse
-
uuid-rs
Universally Unique IDentifier (UUID)
-
algebraics
algebraic numbers library
-
ryley
Syntax unifies programmers
-
mylibrary_
my personal library
-
raftify
Experimental High level Raft framework
-
revec
Convert a Vec<A> to a Vec<B> provided vec is empty
-
toyai
A small collection of ai algorithms to perform some simple prediction on structured data
-
quadtree-f32
dependency-free ID-based quadtree
-
min2phase
An optimized implementation of two-phase algorithm for solving Rubik's cube
-
jomy-ap-rustc_graphviz
Automatically published version of the package
rustc_graphviz
in the rust-lang/rust repository from version 1.83.0 The publishing script for this crate lives at: https://github.com/rust-analyzer/rustc-auto-publish -
punkt
sentence tokenizer
-
global-static
Lazily evaluated non-constant static items
-
integraal
Integral computation, done in Rust!
-
stable_matching
Gale-Shapley stable matching algorithm
-
lds-rs
Low Discrepancy Sequence Generation in Rust
-
nonbox
NaN boxing without boxing
-
bpcon
Byzantine Fault-Tolerant Consensus Protocol Implementation in Rust
-
lotus-script
creating LOTUS-Simulator scripts
-
iceyee_random
Random
-
kabsch_umeyama
Kabsch-Umeyama algorithm is a method for aligning and comparing the similarity between two sets of points. It finds the optimal translation, rotation and scaling by minimizing the root-mean-square deviation (RMSD)…
-
sonyflake
A distributed unique ID generator inspired by Twitter's Snowflake
-
iterextd
This trait provides additional methods for working with iterators, enhancing their functionality
-
sample-std
Sampler definitions and implementations for st
-
genetic-rs
A small crate for quickstarting genetic algorithm projects
-
dlt
DLT (direct linear transform) algorithm for camera calibration
-
fenex
parsing and handling FEN and algebraic chess notations
-
vec_clock
Vector clock implimentation
-
advanced-pid
An advanced PID control library implemented in Rust
-
rand_jitter
Random number generator based on timing jitter
-
ar-reshaper
A no-std crate to reconstruct Arabic, turkish and persian sentences to be used in applications that don't support Arabic script
-
mctser
An incridiblely easy-to-use library for Monte Carlo Tree Search
-
egraph-serialize
serialize e-graphs
-
lerp
Generic linear interpolation and extrapolation, automatically implemented for a variety of numeric types
-
g2poly
Primitive implementation of polynomials over the field GF(2)
-
guid-create
Rust helper for creating GUIDs
-
algorithms_fourth
用rust实现算法4书中的算法,作为rust的学习实践
-
kaede
adalah rust library untuk operasi matematika sederhana
-
topo_sort
A 'cycle-safe' topological sort for a set of nodes with dependencies
-
diffs
A number of diff algorithms, also called longest common subsequence
-
dzn-rs
dealing with DZN files used in the MiniZinc language
-
strprox
Top-k string autocompletion
-
rust-sugiyama
Sugiyama's algorithm to calculate coordinates of a directed graph
-
wpa-psk
Compute the WPA-PSK of a Wi-FI SSID and passphrase
-
cobyla
optimizer for Rust
-
memx-cdy
The fast memory functions like a libc memcmp(), memchr(), memmem(), memcpy(), memset()
-
extsort-lily
An efficient external merge sort implementation
-
editdistancek
Fast algorithm for computing edit distance
-
random-picker
Generates random choices based on the weight table of probabilities. It can be used to calculate each item's probability of being picked up when picking a given amount of non-repetitive items…
-
screeps-pathfinding
Pathfinding algorithms for Screeps: World in native Rust
-
oxigen
Fast, parallel, extensible and adaptable genetic algorithm library
-
catclustering
Agglomerative Clustering For Categorical Data
-
svdlibrs
port of LAS2 from SVDLIBC
-
nphysics_testbed2d
Testbed for the 2-dimensional physics engine in Rust
-
tempoid
Generates URL-friendly, unique, and short IDs that are sortable by time. Inspired by nanoid and UUIDv7.
-
autom
Automaton
-
chksum-hash
hash algorithms for batch and stream computation
-
double-ended-peekable
An adapter providing peeking features to double-ended iterators
-
anyhash
Traits and utilities for making hashes of any type
-
abv
AV and BV convert functions for Bilibili videos
-
rugraph
undirected, directed and multidirected graph library
-
monument
A fast and flexible composition generator
-
deki
A collection of crates, functions and renames tailored to myself!
-
lcg69069
/ MTH$RANDOM Pseudorandom linear congruential generator
-
travelling_salesman
Travelling Salesman Problem Solvers
-
superslice
Extensions for slices
-
xentrace-parser
A XenTrace files parser with a study purpose
-
bs
bitset with small-set (single-word) optimization
-
ordinal
Formatting of ordinals (1st, 2nd, 3rd etc)
-
b2c2-debugger
CASL2のコードを雑雑に実行テストするCOMET2シミュレーター(エミュレーター?)もどき
-
rindex
dynamic spatial index for efficiently maintaining *k* nearest neighbors graph of multi-dimensional clustered datasets
-
hexdump
Easy hexdump to stdout or as an iterator
-
progress-encode
Progress ENCODE function
-
screwsat
condlict driven clause learning sat solver
-
cryptominisat
Rust bindings for CryptoMiniSat, a boolean satisfiability solver
-
kidy
kinematics and dynamics of multi-body
-
sparta
software components specially designed for building high-performance static analyzers based on the theory of Abstract Interpretation
-
uvgen
Triplanar texture coordinates generator and packer
-
cuda_std
Standard library for CUDA with rustc_codegen_nvvm
-
tuid
Sequential UUID generator
-
rust_sensitive
Sensitive word filtering, support multiple data source loading, multiple filtering algorithms, multiple operation functions
-
tectonic_engine_spx2html
The Tectonic engine that converts SPX output to HTML
-
itermaps
Implement commonly used combinations of
Iterator::map
-
extprim
Extra primitive types (u128, i128)
-
async_wrr_queue
[async & high performance] queued weighted round-robin load balance algorithm
-
i_key_sort
A fast sorting algorithm combining bin and counting sort. Optimized for scenarios where a primary key can be extracted to index elements into buckets.
-
microns
float to fixed precision conversion
-
length
handle length/distances easyly. It can parse a string with several units (m, km, mi, ft, ...) into the Length-struct and converting into other units.
-
node2vec
in rust
-
rb-interval-map
rb-interval-map
is a map based on interval tree -
romu
A pseudo random number generator using the Romu algorithm
-
phastft
A high-performance, quantum-inspired, implementation of FFT in pure Rust
-
bpe-openai
Prebuilt fast byte-pair encoders for OpenAI
-
zoc
Z-order curve based multidimensional range search
-
numext-fixed-uint
Fixed-size uint types
-
unkocrypto_rs
unkocrypto (rust)
-
linearsort
Sorting in linear time 🤔
-
tick-queue
Tick ordered queue
-
vec_to_array
Moves a heap allocated
Vec<T>
to an stack allocated array of typeT
and sizeN
-
data_storage_units
Unit converter for rust language
-
eta-graph
Low overhead graph library focused on performance
-
pinned-deque
A high-performance double-ended queue, inspired by BOOST deque. Every element in this deque is pinned until its popping
-
knossos
generating and rendering mazes
-
anaso_algorithm
The recommendation algorithm for Ana.so
-
rs-snowflake
Rust version of the Twitter snowflake algorithm
-
requests_rs
sending GET/POST requests and parsing jsons, included with an async file downloader. Intended for mostly small projects which need to make quick GET/POST requests or download files.
-
matrixcompare
Tools for convenient comparison of matrices
-
timely_container
Container abstractions for Timely
-
pingora-limits
rate limiting and event frequency estimation
-
range_rover
Function to pack integers into ranges
-
aranya-capi-core
Aranya's C API tooling
-
checksum-tapestry
Collection of checksum algorithms and examples
-
ntree-rs
A mutable n-tree with async support
-
fnv0
FNV0/1/1a 32/64/128-bit hash functions
-
compile_time_sort
Sort arrays and slices of primitives in const contexts
-
polyeval
Evaluate polynomials
-
gcollections
Generic traits over Rust collections library
-
median-accumulator
fast, space-efficient, generic accumulator for computing median
-
burster
Lightweight stack allocated rate limiter implementations
-
dendritic-autodiff
Autodifferentation package for scalar and multi dimensional values
-
arithmetify
arithmetic coding
-
based16
BASE-16(HEX) implementation for chads
-
chrf
algorithm
-
glar-gemm-f16
high performance cpu kernels
-
rusty_units
storing units of measurement in Rust
-
combination
A lib to do math jobs like permutate and combinate data from vec
-
nine_patch_drawable
core functionality to read nine patch bitmaps defined in Android NinePatch drawables and algorithms to scale them
-
ropr
A blazing fast multithreaded ROP Gadget finder. ropper / ropgadget alternative
-
geo-raycasting
Ray Casting algorithm for the geo crate
-
logicng
Creating, Manipulating, and Solving Boolean Formulas
-
metaheuristics
Find approximate solutions to your optimisation problem using metaheuristics algorithms
-
stochastic_universal_sampling
The stochastic universal sampling algorithm for the rand crate
-
gix-filter
gitoxide project implementing git filters
-
rs2
Reed-Solomon FEC for CCSDS downlink decoding
-
sudoku-solver
backtracking algorithm for solving sudoku
-
fenris-solid
Solid mechanics functionality for fenris
-
weighted-rs
A libray for weighted balancing algorithm
-
ch_cityhash102
ClickHouse CityHash implementation
-
smtlib
A high-level API for interacting with SMT solvers
-
dual_threshold_optimization
Dual Threshold Optimization compares two ranked lists of features (e.g. genes) to determine the rank threshold for each list that minimizes the hypergeometric p-value of the overlap of features…
-
cvmcount
CVM algorithm to quickly estimate the number of distinct elements in a stream
-
singlevec
Vec-like container optimized for storing only a single item
-
vcg-auction
A Vickrey-Clarke-Groves auction library
-
punkt_n
Punkt sentence tokenizer
-
actionable
An enum-based async framework for building permission-driven APIs
-
cvt
Expose the cvt function from Rust libstd
-
here_be_dragons
Map generator for games
-
sapling-mincode
Bincode-like serialization with VLQ encoded integers
-
fusion-imu
Rust wrapper for the Fusion AHRS C library
-
bandit
Algorithms in Rust
-
sonic-api
API for formally-verifiable distributed contracts
-
dkg
Distributed key generation over ff/group
-
elipdotter
Embeddable full text search engine
-
mersenne_twister_rs
porting Mersenne Twister to Rust
-
regex-filtered
Efficiently check an input against a large number of patterns
-
general_stable_vec
A Vec implementation with stable indices
-
kl_one
KL-One algorithm
-
gcr
A fast, simple, and small Generic Cell Rate (GCR) algorithm implementation with zero dependencies
-
fr_alebref_libbrefdata
BrefData library
-
ssa-impls
common SSA algorithms
-
sort
sort algorithms
-
f3l_search_tree
3D Point Cloud Library
-
pagat
that helps you split the bill
-
tetengo_lattice
Viterbi search and A* algorithm implementation
-
big-int
arbitrary-precision, arbitrary-base arithmetic, supporting arbitrarily large integers of any base from 2 to u64::MAX
-
ms_toollib
Algorithms for Minesweeper
-
math-ops
Mathematical and statistical operations on vectors
-
colorbox
A low-level toolbox for working with color
-
generic_a_star
A generic implementation of the A* algorithm
-
bit-iter
Iterate forward or backwards over the positions of set bits in a word
-
graph_builder
A building block for high-performant graph algorithms
-
bit-cursor
A cursor that supports bit-level reads and writes
-
meval
math expression parser and evaluator
-
cogitate
Algorithms made in Rust
-
maschen
A no-std compatible shunting yard implementation
-
tlsh2
TLSH algorithm
-
fmttools
Tools for modifying text without allocating any intermediate buffers or unsafe code
-
num-notation
Offers multiple numeric choices, allowing you to work with various number representations including StandardForm, fractions, and f64 floating-point decimals. This versatile crate empowers…
-
iter-set-ops
Fast set operations on an arbitrary number of sorted deduplicated iterators
-
substack
Stackbound iterable linked list for heap-free recursive algorithms
-
mur3
language implementation of MurmurHash3
-
delatin
Fast TIN generation using Delaunay triangulation
-
sepax2d
A safe crate for finding and resolving collisions of 2D convex shapes using the Separating Axis Theorem
-
lutz
"An Algorithm for the Real Time Analysis of Digitised Images" by R. K. Lutz
-
our-string
Customizable shared strings with inlining
-
fqdn-trie
FQDN (Fully Qualified Domain Name) lookup structures (based on tries)
-
bitutils2
A package of tools for bit manipulations, including bit indexing, bitfields, and a variation of regular expressions for binary data
-
algorithmify
Create specifications for algorithms defined using Rust code
-
median
efficient O(n) median filter
-
steepen
Create multiple iterators from a single iterator by separating elements
-
iterators_extended
Some useful extensions to Rust's iterators
-
voro_rs
binding for voro++ library
-
sapling-dag
DAG used for source control
-
pi_orca
A* Path Finding Algorithm
-
voronator
Implements the Voronoi diagram construction as a dual of the Delaunay triangulation for a set of points and the construction of a centroidal tesselation of a Delaunay triangulation
-
basic_dsp_matrix
Digital signal processing based on real or complex vectors in time or frequency domain
-
xfeval
the Excel-like formula calculator
-
rcuber
rubiks cube and solver (LBL, CFOP, Roux, min2phase)
-
hampel
Sequential outlier detection and removal using Hampel identifiers
-
hash-roll
Rolling hashes & Content Defined Chunking (cdc)
-
miniball
Minimum enclosing ball
-
normalize-line-endings
Takes an iterator over chars and returns a new iterator with all line endings (\r, \n, or \r\n) as \n
-
acap
As Close As Possible — nearest neighbor search in Rust
-
aula_27
Aula de Library
-
whr
Rémi Coulom's Whole-History Rating (WHR) algorithm for Rust
-
hilbert
curve transform and inverse for points having two to thousands of dimensions, using Skilling's algorithm
-
pmcore
building blocks needed to create new Non-Parametric algorithms and its integration with Pmetrics
-
sorting_rs
Collection of sorting algorithms implemented in Rust
-
asciidork-dr-html-backend
Asciidork Asciidoctor HTML backend
-
cursorsort
A QuickSort implementation with a cursor based partitioner and pivot selector
-
gad
Generic automatic differentiation for Rust
-
rustronomy-watershed
a pure-rust implementation of the segmenting and merging watershed algorithms
-
bnb
A generic template for Branch & Bound algorithms
-
bies
Helpers for dealing with BIES vectors with text segmentation applications
-
xyzvec
Statically allocated fixed-size vectors for working in 2 and 3 dimensions
-
constrained_int
Integers that are constrained within inclusive ranges
-
redux-rs
Redux
-
fast-math
Fast, approximate versions of mathematical functions
-
augurs-clustering
Time series clustering
-
lazy_diamond_square
Lazy implementation of the diamond-square without randomness
-
timeharsh
implements the timehash algorithm, an algorithm for creating user configurable, variable-precision sliding windows of time. Useful for binning time values in large collections of data.
-
geo-core
Common tools for working with spatial data
-
earclip
Triangle mesh designed to be fast, efficient, and sphere capable
-
sobol
sequence generator for Rust
-
sn-merkle-trie
Minimal starknet merkle patricia trie implementation
-
ring-log
High-performance logger with lock-free ring buffer
-
lazysort
Lazy sorting for iterators
-
toodee
A lightweight 2D wrapper around a Vec
-
jsonposition
Finds a path to a JSON element at a provided string index
-
furze
finite state transducers (fst) writen in rust
-
bananapeel
A darn-slippery obfuscator algorithm!
-
ssr-algorithms
spaced repetition algorithms
-
ncollide3d-updated
2 and 3-dimensional collision detection library in Rust. Will be superseded by the parry3d crate.
-
block-mesh
Fast algorithms for generating voxel block meshes from arrays
-
rust-bigint
Common traits and methods for multiple BigInt implementations
-
luhn_tools
A fast, minimal implementation of the Luhn algorithm
-
map_range_int
map a value from one range to another
-
partition
slices in-place by a predicate
-
geqslib
Equation solving made easy in Rust and beyond!
-
collision
extension to cgmath
-
pso-rs
Particle Swarm Optimization implementation in Rust
-
ring_buffer
RingBuffer is a queue with added random access
-
spectrex
AstroBWTv3 CPU mining algorithm in Rust
-
rs_algo
Common sorting algorithms and other common computer science algorithms
-
portmatching
Fast Graph Matching for Port Graphs
-
three-style
A CLI tool for searching 3x3 Rubiks'cube 3-style commutators
-
shakemyleg
state machine definition language and interpreter
-
eddie
Fast and well-tested implementations of edit distance/string similarity metrics: Levenshtein, Damerau-Levenshtein, Hamming, Jaro, and Jaro-Winkler
-
sulid
unique ID generation algorithm that combines the benefits of ULID and Snowflake
-
ru_annoy
annoy(https://github.com/spotify/annoy) (Index serving only). Providing C api as well
-
randomize
Randomization routines
-
permute
Generate permutations of vectors and slices in a memory-efficient and deterministic manner, using Heap's algorithm
-
imara-mergy
A merge implementation using histogram diff algorithm
-
fast-shard
High-performance configurable sharding library with SIMD optimizations
-
throttle_lock
Throttle can be used to monitor and limit user activity
-
iter-group
grouping (key,value) iterators into maps of collections
-
powers-pf
Power flow algorithms
-
weak_true
Similar to the automatic implicit conversion to boolean values in weakly typed languages
-
addchain
Generate addition chains
-
murmurhash
MurmurHash3 implementation in Rust
-
hash-iter
Iterator producing sequence of hash values for a given input (using double hashing technique)
-
varisat
A CDCL based SAT solver (library)
-
limited-queue
a limited queue that overrides the oldest data if trying to push a data when the queue is full
-
materialized-view
incremental materialized views for the masses
-
crcxx
computes CRC-8/16/32/64/128 using various methods. Included catalog of CRC parameters simplify usage.
-
fft2d
Fourier transform for 2D data such as images
-
fast_poisson
Bridson's algorithm for fast Poisson disk sampling
-
scm-bisect
Supporting library for git-branchless
-
fast_hilbert
Fast Hilbert 2D curve computation using an efficient Lookup Table (LUT)
-
order-stat
Compute order statistics efficiently via the Floyd-Rivest algorithm and estimate a median via the median-of-medians algorithm
-
nblast
neurite similarity algorithm
-
beetle-collatz
A collection of functions relating to the Collatz conjecture
-
convert-base
convert the radix (base) of digits stored in a vector
-
narr
Numeric Calc
-
kmpm
KMP(Knuth-Morris-Pratt algorithm) method library
-
uuid-by-string
Generating uuid-hash from string
-
sorting_lib
lib implementing sort algorithm?
-
lol-core
A Raft implementation in Rust language
-
genevo
building blocks to run simulations of optimization and search problems using genetic algorithms (GA). Execute genetic algorithm (GA) simulations in a customizable and extensible way
-
derivative_pricer
providing pricers for various options in a Black-Scholes setting
-
out
fast min and max functionality for collections
-
time-key-stream-set
A time-keyed stream set
-
rusty_planner
Artificial intelligence planning & reasoning library for Rust
-
dragoonfri
Fast Reed-solomon Interactive oracle proof of proximity
-
swimos_rtree
SwimOS R-Tree
-
arcos-kdl
ARCOS-Lab Kinematics and Dynamics Library
-
dach
A general delta encoded network difference algorithm
-
sort-it
various sorting algorithms
-
rustint
working with RGB colors
-
clustering
easy way to perform kmeans clustering on arbitrary data
-
mako_infinite_shuffle
Iterates over combinatorial spaces in a random order
-
ac-library-rs
port of AtCoder Library (ACL)
-
density-mesh-core
Core module for density mesh generator
-
aporia
A flexible random number generation library
-
boolector
Safe high-level bindings for the Boolector SMT solver
-
inter-val
Mathematical intervals, i.g., [a, b], (a, b), [a, b), and (a, b] on ℝ, and multi-dimensional axis-aligned boxes represented as Cartesian product of intervals
-
cubecl-opt
Compiler optimizations for CubeCL
-
esl01-dag
DAG used for source control
-
rev_bits
reverses bits in a specified range
-
arrsac
From the paper "A Comparative Analysis of RANSAC Techniques Leading to Adaptive Real-Time Random Sample Consensus"
-
iter-set
Set operations on sorted, deduplicated iterators
-
algograph
A (both directed and undirected) graph and their algorithms implemented in Rust
-
subslice
Fast subslice search
-
const_ranged_int
Ranged constant integers. Useful for lookup tables with constrained values to avoid secondary bounds check.
-
teliox
Transaction Event Log
-
pubgrub
version solving algorithm
-
cdc
performing Content-Defined Chunking (CDC) on data streams
-
satif-kissat
Rust wrapper for the kissat SAT solver
-
powerboxesrs
functions to manipulate and compute metrics on boxes
-
fibonacci-numbers
The 59th Fibonacci number
-
svi
a function to interpolate variables in a hashmap into a format string
-
beetle_bits
A collection of bit-based types. Currently only u1 (1bit uint) and f3 (3bit float) are implemented
-
rizzer
Fuzzy matching tool to find string similarity
-
rip_shuffle
Fast sequential and parallel in-place shuffling algorithms
-
kanaria
functions such as hiragana, katakana, half-width and full-width mutual conversion and discrimination
-
rustsat-ipasir
IPASIR bindings for RustSAT
-
swf-fixed
SWF fixed-point numbers for Rust
-
discoid
Different types of generic Circular Buffers
-
big-rational-str
Format and parse BigRationals to/from decimal numbers
-
pagination-packing
efficiently solving bin-packing problems with overlap: so-called “pagination” problems
-
nsga
Multi-objective genetic optimization algorithm NSGA-II
-
entro-spin
Entro Spin is a 64-bit, true-random number generator algorithm
-
spatial
An N-Dimensional R-tree family spatial tree implementations
-
euclidean_algo
euclidean algorithm to find the greatest common divisor
-
logicgate
logic gates with NAND gates as the underlying layer Turing Complete
-
asap-rs
Automatic Smoothing for Attention Prioritization for Time Series
-
causal-hub
A hub for Causal Data Science
-
sss_moo
SSS Many-Objective Optimization Framework
-
net_promoter_score
calculating Net Promoter Score (NPS) from survey responses
-
vrp-pragmatic
An extension logic for solving rich VRP
-
chrono-probe
Compare and measure the time complexity of algorithms
-
nmm_lib
nine mens morris
-
cplex-sys
Low level bindings to the Cplex C-API
-
iter_tools
Collection of general purpose tools to iterate. Currently it simply reexports itertools.
-
parity-map
For mapping integers based on their parity
-
poisson-diskus
Poisson disk distribution sampling
-
aoc-toolbox
An helping framework to Advent of Code
-
inator
Optimal zero-copy parsers with nondeterministic finite automata
-
statig
Hierarchical state machines for designing event-driven systems
-
gametime
Time handling library for games
-
fast-float-to-integer
Convert floating point values to integer types faster than the standard
as
operator -
zzz
Fast progress bar with sane defaults
-
autour_process
AUTOmata Utilities and Representation (AUTOUR) is a small toolbox to experiment with various kinds of automata and draw them
-
aplk-gw
test description 03
-
fast_ode
Fast Runge-Kutta implementation for solving ordinary differential equations
-
kratom
neural network library
-
stochastic-rs-stats
statistical analysis of stochastic processes
-
gchemol-geometry
gchemol: a Graph-based CHEMical Objects Library
-
winconsole
A wrapper for console-related functions in the Windows API
-
komunikilo
A chaotic communications simulator
-
minecraft_downloader_core
A Minecraft downloader written in rust
-
lightmap
Light map generator
-
ros-nalgebra
ROS message converter for rosrust and nalgebra
-
dup-indexer
Create a non-duplicated index from Strings, static str, Vec, or Box values
-
worley-noise
Worley noise implementation
-
sdset
Set operations for sorted and deduplicated slices. Much performances! Such Wow!
-
modular-decomposition
computing the modular decomposition of a graph
-
dendritic-clustering
Package for algorithms related to clustering
-
guts
Traits for constructing/destructuring from/into a type's internal guts
-
grafos-tools
Graph Theory Package. Create, manipulate and run algorithms on graphs.
-
symspell
Spelling correction & Fuzzy search
-
jellyfish
Approximate and phonetic matching of strings
-
apodize
iterators that yield generalized cosine, hanning, hamming, blackman, nuttall and triangular windows
-
kzg-commitment
perform KZG polynomial commitment scheme
-
meiosis
An evolutionary algorithm library with as many compile time checks as possible
-
enso-prelude
An augmented standard library in the vein of Haskell's prelude
-
hexagonal_pathfinding_astar
A-Star pathfinding algorithm tailored for traversing a bespoke collection of weighted hexagons
-
graph-types
Shared types for graph theory
-
liblisa
automated discovery and analysis of the ISA of a CPU
-
geos-sys
GEOS C API bindings
-
tea-dtype
provide datatype and useful traits for datatype
-
gtin-validate
Validate GTIN barcodes including UPC-A and EAN-13. This module has built-in support for GTIN-8, GTIN-12 (UPC-A), GTIN-13 (EAN-13), and GTIN-14 codes
-
extended-isolation-forest
rust port of the anomaly detection algorithm
-
pi_ext_heap
Extending the heap supports deleting and modifying the elements at the specified location. When the elements in the heap move, the callback function will be called
-
rselib
Misc algorithms implemented for embedded usage (i.e., wasm)
-
xorfilter-rs
Xor Filters: Faster and Smaller Than Bloom and Cuckoo Filters
-
shape-core
Definition of geometry shapes
-
decompound
Decompose a compound word into its constituent parts. Works in any language, as you provide the rules around what constitutes a (*single*) word.
-
multidimension
High-level manipulation of multi-dimensional arrays
-
buf-min
Minimal utf-8 safe buffer traits
-
buldak
that provides various sorting functions
-
ordq
Order keeping job processing queue
-
wheel
algebra library for Rust
-
re_view_map
A view that shows a map
-
linear-map
A map implemented by searching linearly in a vector
-
hungarian
fast implementation of the Hungarian (Kuhn-Munkres) algorithm
-
round_float
Round
f64
andf32
to specified number of decimals -
augrim
consensus algorithms implemented in Rust
-
UUID_extend
Extension of uuid generation based on snowflake algorithm and implementation of ID to string conversion
-
qtruss
finite-element solver for trusses
-
lambdautils
random utlities I need from time to time but don't fit their own crates
-
tree_traversal
Find best leaf node in a tree
-
shabottom
reimplementation in Rust
-
nydus-error
Error handling utilities for Nydus Image Service
-
wiiu_swizzle
Wii U texture memory tiling
-
bool-toggle
bool toggling for the bool toggle enjoyers
-
number-based
attempt of mine to make working with number bases simple
-
movavg
Generic Moving Average calculation
-
crfmnes
CR-FM-NES (Cost-Reduction Fast Moving Natural Evolution Strategy Optimiser) implemented via nalgebra
-
bin_packer_3d
Three dimensional fitting algorithm to fit smaller boxes inside of a larger box
-
quickdiv
Faster repeated division and modulo operations by the same divisor
-
pcg32
No-frills PCG32 random number generator implementation
-
toffee
Get command to run to run specific test in a file
-
human-sort
Human sort (natural sort) implementation
-
dess
Differential Equation System Solver (DESS) is a Rust crate implementing fixed-step and adaptive-step solvers and designed especially for modeling physical systems. Seven explicit ordinary differential equation (ODE)…
-
abstract_integers
Defining specification-friendly bounded natural integer types
-
naturalneighbor
2D Natural Neighbor Interpolation (NNI) library for Rust
-
libtombala
Mugsoft Tombala Game
-
hexagex
Match binary data with hexadecimal regexes
-
libreda-sta
Static timing analysis for netlists of the LibrEDA framework
-
qdft
Constant-Q Sliding DFT
-
oxydized-money
providing data types to manipulate amounts of money in specific currencies and convert amounts between then
-
numbers_rus
flexible library for working with numbers that aims to be useful, fast, and practical. Modular structure makes it easy to use only the parts you need, and the library is designed to be extensible…
-
adqselect
A lightweight crate that brings an implementation of nth_element by using the adaptive quickselect algorithm by Andrei Alexandrescu
-
kti_cqrs_provider_rs
CQRS provider with ioc container
-
wfc
Generate images using Wave Function Collapse
-
euc_lib
Easy to use implementation of extended and normanl Euclidean algorithm
-
rabitq
vector search algorithm
-
dfo
Differentiable Floating-point Operations in Rust
-
longest-increasing-subsequence
Find a longest increasing subsequence of some input sequence
-
phi-accrual-detector
Pluggable phi-accrual-detection package for healthcheck of monitored processes
-
drying_paint
observer pattern for Rust
-
glicko2
rating system
-
cuv
Compressed unit vectors that can be used to store things like normal vectors efficiently
-
chromosome
Genetic algorithm tools library
-
mfem
A high-level Rust wrapper for MFEM
-
line_2d
Bresenham's line algorithm as a rust iterator
-
imohash
Fast hashing for large files
-
ff-group-tests-mirror
collection of sanity tests for implementors of ff/group APIs. Mirrored by sneurlax from serai for downstream crate-publishing purposes until serai publishes their crates; use the versions from serai in production…
-
freelist-rs
Free list for numeric values
-
container_image_dist_ref
parsing and validating container image references
-
fqn-estimator
Fast online Qn scale estimator in Rust
-
xynth
ASIC/GPU-resistant cryptographic hashing algorithm written in pure Rust for x64 CPUs with AVX2 support
-
baiser
Curves manipulation library
-
appendlist
An append-only list that preserves references to its elements
-
affinityprop
Vectorized and Parallelized Affinity Propagation
-
simple-easing
Set of simple easing functions
-
aviation-calculator
Useful calculations for aviators
-
codes-check-digits
Common implementation of check digit algorithms
-
favannat
Algorithms to evaluate the function encoded in ANN-like structures
-
binpack2d
A two-dimensional rectangle bin-packing algorithm
-
cubic_spline
Function that calculates curve points for cubic spline
-
isochronous_finite_fields
Isochronous implementation of GF(2^8) arithmetic
-
avm1-emitter
AVM1 emitter
-
rand_distr
Sampling from random number distributions
-
crc_all
A Pure Rust Implementation of Generic CRC Algorithm
-
light-double-ratchet
implements the Double Ratchet algorithm in Rust
-
shadowcast
recursive shadowcast visible-area detection algorithm
-
vec_extract_if_polyfill
Polyfill for Vec::extract_if
-
fltrs
Filter for querying lists
-
wrappinghashset
HashSet that remembers the last key it returned with its iterator and subsequently will wrap around and only return all of the keys once per call. This is useful if you want to use a set both via hashing…
-
grb-sys2
Gurobi C API FFI declarations
-
bisection
Python bisect module
-
neophyte-ui-event
Parsing for Neovim UI events
-
bigbit
Implements the BigBit format, allowing for compact storage of arbitrarily large numbers
-
codice_fiscale_rs
compute and validate Italian Tax code (codice fiscale)
-
data_units
Data unit converter
-
colourado-iter
A small and minimalistic library to generate a random color palette of infinite size
-
ibmfloat
IBM floating point number types
-
lindenmayer
Memory Efficient Lindenmayer-Systems
-
algorithms-rs
Introduction to Algorithms Thrid Edition By Rust programming Language
-
game_pathfinding
一个寻路库,包含AStar和Recast,目前还在开发阶段
-
text-file-sort
Sort a text file similar to linux sort
-
iron-shapes-booleanop
Boolean operations on polygons for iron-shapes
-
prepona
A graph crate with simplicity in mind
-
swap3
Swapping of three references, rotating the values left or right
-
rasterization
Iterator and iterator adapters for rasterizing a circle and its parts
-
bloom-filters
Rust port of https://github.com/tylertreat/BoomFilters
-
ranluxpp-rs
Ranlux++ FFI bindings for Rust
-
fastcdc-alt
FastCDC (content defined chunking) implementation in pure Rust with an alternative API to the original crate
-
cygv
Compute GV and GW invariants of CY manifolds
-
coinutils-src
Redistribution of Coin-OR CoinUtils as a crate
-
idmap
Efficient maps of integer id keys to values, backed by an underlying
Vec
-
search_trees
binary search tree, red-black tree, and AVL tree
-
primecount
Rust wrapper for https://github.com/kimwalisch/primecount
-
cplit
Competitive Programming Library in Rust
-
scroll-buffer
Extra writable buffers for Scroll
-
bex
working with boolean expressions (syntax trees, decision diagrams, algebraic normal form, etc.)
-
cipher-crypt
A cryptographic tomb of ciphers forgotten by time
-
argmap
parse command-line arguments into a hashmap and vec of positional args
-
Cantor-Pair
A general algorithm to enable cantor pairing and unpairing between usizes. I'm not responsible for any damages if this code breaks GL GG
-
lazy-prime-sieve
Lazy Sieve of Eratosthenes for infinitely generating primes lazily in Rust
-
delaunator
A very fast 2D Delaunay triangulation library
-
quasirandom
number generation
-
iterslide
A "sliding window" iterator
-
grambulate
grambulation for positive integers in Rust
-
demes-forward
rust API for iterating demes models forwards in time
-
prime_bag
A bag datatype that used unsigned integers for storage
-
squares
A Counter-RNG faster than Philox
-
cyclic_list
a doubly-linked list with owned nodes, implemented as a cyclic list
-
ksq
k-2 tree
-
sainte_lague
Sainte-Laguë method for seat distribution used in multiple parliamentary elections all over the world
-
scale_std
datastructures and algorithms to be run on the SCALE engine
-
fuchsia-cprng
Fuchsia cryptographically secure pseudorandom number generator
-
lightspeed_hash
Hash functions
-
earley-omnitool
An Earley parser engine
-
gaoya
Locality Sensitive Hashing Data Structures
-
locustdb-compression-utils
compressing and decompressing sequences used in LocustDB
-
grabbag
A random grab-bag of functionality
-
streamvbyte64
stream-vbyte codec supporting 64-bit wide values
-
libhumancode
A
no_std
compatible library that provides a function to enode binary data up to 150 bits in a human friendly format -
postman-api
Postman client, generated from the OpenAPI spec
-
minimax
Generic implementations of Minimax
-
sparse_matrix
do linear algebra with sparse matrix
-
merging-iterator
An iterator to return the elements of two independently ordered iterators in order
-
lootr
RPG-like looting system
-
tugger-wix
Interfaces to the WiX Toolset to produce Windows installers
-
qframework
A experimental micor framework for clear design, based on queue model
-
qip-iterators
Iterators for tensor product matrix multiplication
-
flame-clustering
Fuzzy clustering by Local Approximation of MEmberships (FLAME)
-
spectre
A lightweight toolkit for analysing p2p network topologies
-
soplex-rs
Safe Rust bindings for the SoPlex LP solver
-
murmurhash3
MurmurHash3 implementation
-
tokeneer
tokenizer crate
-
rev_buf_reader
that provides a buffered reader capable of reading chunks of bytes of a data stream in reverse order. Its implementation is an adapted copy of BufReader from the nightly std::io.
-
onesies
Count the number of bits set to 1 in an integer
-
coord_transforms
performing coordinate transformations
-
boolector-sys
Low-level bindings for the Boolector SMT solver
-
try-partialord
Safe failable sort, min, max, binary_search functions for PartialOrd. No need to wrap f32, f64 to sort any more.
-
groestlcoin_hashes
Hash functions used by the rust-groestlcoin eccosystem
-
ang
Angular types and common helper methods
-
const-arithmetic
Exploits Rust's type generic system to perform integer arithmetics at compile time
-
rand_seeder
A universal random number seeder based on SipHash
-
rucrf
Conditional Random Fields implemented in pure Rust
-
modinverse
Small library for finding the modular multiplicative inverses
-
tallyweb-fuzzy-sort
A fuzzy sort library for use with the tallyweb site package
-
knn_classifier
classifier for the k-Nearest Neighbors (kNN/k-nn) algorithm
-
nd-triangulation
Arbitrary dimensional triangulations using CGAL
-
nnf
Negation Normal Form manipulation library
-
zvxryb-broadphase
A broadphase collision detection library
-
hasher
Package hasher provides a Hasher trait
-
private_poker
A poker library
-
topologic
Topological sorting of Acyclic Dependency Graphs
-
markov-algorithms
Markov algorithms
-
decimal-wad
Math for preserving precision floats up to 18 decimal places
-
sbitty
defining bitwise operations on standard integers type
-
bgjk
Boolean Gilbert-Johnson-Keerthi algorithm for determining if convex hull volumes intersect
-
async_bagit
Create and load BagIt containers
-
rust_wfa
wavefront sequence alignment algorithm
-
peepmatic-automata
Finite-state transducer automata
-
qd
Extended precision floating point arithmetic
-
vsr
Viewstamped Replication in Rust
-
moco_abm
MOCO - Anytime Behavior Model (moco_abm)
-
swimos_errors
SwimOS Error Utilties
-
stcalc
Stack calculator
-
enso-optics
functional optics
-
nyar-number
Numeric types with GC optimization
-
abow
Visual bag of words for fast image matching
-
morton-encoding
encoding and decoding Morton ("Z-order") keys
-
random-string
Allows to generate random strings based on a given charset and length
-
s_nor
A Very Simple To Use Encryption Algorithm * Not Ment For Professional Use
-
permutate
Generic permutator that permutates singular and multiple lists
-
isla-lib
Isla is a symbolic execution engine for Sail instruction set architecture specifications. This crate implements the core symbolic execution engine as a library.
-
shm_ring
A directional ring buffer for message passing between shared memory
-
cfpyo3_rs_bindings
a collection of performant utilities
-
ceres-solver
Safe Rust bindings for the Ceres Solver
-
rand-functors
A zero-cost abstraction for sampling from and enumerating the outcomes of a random process using the same code
-
from_bytes_or_zeroed
Reads integers from an arbitrary slice of bytes
-
sha3-asm
Raw bindings for SHA-3 algorithms written in assembly
-
naive-cityhash
A naive native 64/128 bit cityhash implementation for databend
-
prexel
A math expression evaluator
-
idgenerator
powerful unique id generator. Shorter ID and faster generation with a new snowflake drift algorithm. The core is to shorten the ID length, but also can have a very high instantaneous concurrent processing capacity…
-
memmem
Substring searching
-
geo-aid-script
Geo-AID's subcrate for parsing GeoScript
-
scc-trait
Trait-based Strongly Connected Components Calculation
-
gamma
Graph primitives and traversals for Rust
-
kette
Iterator tools
-
cauchy
Trait for real and complex numbers
-
simple_qp
Allows formulating Quadratic Programming problems in a symbolic way
-
tessellation
3d tessellation library
-
phi-detector
Phi Accrual Failure Detector
-
fast_loaded_dice_roller
novel Fast Loaded Dice Roller algorithm (https://arxiv.org/pdf/2003.03830.pdf)
-
seadawg
that implements the online algorithm for Direct Acyclic Word Graph (DAWG) and Compact Direct Acyclic Word Graph (CDAWG)
-
portal-pc-tramp
Trampoline for recursive functions, with support for mutual recursion (portal version)
-
ncollide2d-updated
2 and 3-dimensional collision detection library in Rust. Will be superseded by the parry2d crate.
-
supply-chain-trust-example-crate-000080
fast random number generator
-
symbolic_polynomials
manipulation of polynomials over the integers
-
instant-distance
Fast minimal implementation of HNSW maps for approximate nearest neighbors searches
-
dlx-rs
dancing links in Rust
-
rustmex
providing convenient Rust bindings to Matlab MEX API's
-
soft-edge
efficient bithackery for making 3D collision meshes out of grids and stacked tile maps
-
redfa
Regular expression derivatives for creating DFAs
-
mate_selection
A collection of mate selection methods for evolutionary algorithms
-
mahf-bmf
A collection of common continuous benchmark functions for MAHF
-
rcalc_lib
Mathematical expression calculation library
-
arima
time series modeling for Rust
-
field33_rdftk_core_temporary_fork
core RDF data model; concrete implementations for Statements and Literals, along with a Resource type that provides a builder-like experience for models
-
levenshtein-diff
Generic implementation of Levenshtein's algorithm that also allows you to generate the edits required to convert a source sequence to a target, and apply them to the source sequence to regenerate the target
-
fitnesstools
Collection of tools related to fitness and weightlifting
-
globe-rs
management of geographic coordinates
-
bndm
that implements the BNDM algorithm for fast and efficient pattern matching, with support for wildcard searches
-
u7
dotnet's 7bit int in Rust
-
micro_ndarray
Very small multi-dimensional-array implementation
-
crumsort
Parallel implementation of crumsort optmized for uniform distributions
-
coding_pk
pk for coding solution
-
polars-algo
Algorithms built upon Polars primitives
-
artcode
Converts dates into artcode coordinates
-
name-engine
computing Markov chains to generate random names based on pronunciation
-
automaton
Parse regular languages
-
supply-chain-trust-example-crate-000069
A non-cryptographic hash function using AES-NI for high performance
-
algx
Knuth's Algorithm X
-
sliding_windows
a non-copying implementation of a sliding windows iterator adaptor
-
hamming
Count ones, fast (aka popcount, hamming weight). This provides a performant popcount and bitwise hamming distance for a slice of bytes.
-
javarandom
Pure rust implementation of java.util.Random
-
wu-diff
Compute differences between two slices using wu(the O(NP)) algorithm
-
dynalock
A lease based distributed locking algorithm with support for DynamoDB
-
suffix_array
Suffix array construction and searching algorithms for in-memory binary data
-
stb_rect_pack
Wrapper over stb_rect_pack_sys, offering a cleaner abstraction than the bindgen generated interface
-
egml-io
IO operations for processing GML data
-
reed-solomon-16
Reed-Solomon GF(2^16) erasure coding with O(n log n) complexity
-
rexl
Common Library for Rust
-
bit-list
A lazy list of bits
-
npcore
building blocks needed to create new Non-Parametric algorithms and its integration with Pmetrics
-
bidivec
offering bidimensional arrays, vectors and slices, with batteries included (such as pathfinding, flood-filling and more)
-
hackflight
flight-control software for makers in Rust
-
rs_sha224
rs_sha224
is a Rust implementation of the SHA-224 cryptographic hash algorithm, part of the largerrs_shield
project. This package provides SHA-224 hashing functionality in a standalone manner… -
ps-pint16
Packs integers into a u16 via variable precision
-
ruzzy
A lightweight fuzzy matcher
-
noise-functions-config
Configurable noise generator for
noise-functions
-
assign1
Sorting code
-
gym-rs
OpenAI's Gym written in pure Rust
-
alass-core
Automatic Language-Agnostic Subtitle Synchronization (Library)
-
sykin
kinematic calculations using the syunit-unit-system
-
entro-hash
Entro Hash is a 32-bit, non-cryptographic hashing algorithm
-
fossil-delta
functions for calculating differences between strings and applying calculated deltas
-
wtools
Collection of general purpose tools for solving problems. Fundamentally extend the language without spoiling, so may be used solely or in conjunction with another module of such kind.
-
bbqvec
Scalable, embeddable, vector storage for approximate K-nearest-neighbors (AKNN)
-
deranged
Ranged integers
-
rootfind
Root-finding algorithms
-
rtsam
Real Time Smoothing and Mapping (RTSAM) in Rust
-
aoc_utils_by_nifalu
A small collection of utilities for the advent of code challenges
-
oca-dag
OCA DAG
-
kernel-density-estimation
Kernel density estimation in Rust
-
spalinalg
Sparse Linear Algebra Library
-
hash_ord
lib contains OrdMap(avl tree) and HashMap(use avl to resolve collision);
-
adapton-lab
Testing and performance evaluation suite for Adapton
-
rand_pcg
Selected PCG random number generators
-
minecraft_launcher_core_msa
A Minecraft launcher library written in rust
-
treap_non_random
A non-randomized Treap implementation. Not very useful as a balanced tree, but useful when implementing CVM or similar algorithms.
-
gsv-culture-ships
Iain M. Banks's Culture ship names in a library.
-
contest-algorithms
Common algorithms and data structures for programming contests
-
id_tree_layout
visualize trees from the 'id_tree' crate
-
blossom
algorithm to get a maximum matching in an undirected graph
-
vec-drain-where
alternative
Vec::drain_filter
impl -
munkres
Kuhn-Munkres (aka Hungarian) algorithm for solving the Assignment Problem in O(n^3)
-
cgl-src
Redistribution of Coin-OR Cgl as a crate
-
distance_difference_triangulation
Position triangulation from differences of distances
-
rust-constraint
constraint satisfaction problem (CSPs)
-
crc16
A CRC16 implementation
-
rust-algo
rust algorithms
-
luhn
validation library
-
meowhash
Meow hash function
-
molecules
working with molecules and molecular dynamics simulations
-
stateflow
extensible state machine implementation in Rust
-
sfparse
RFC 9651 Structured Field Values parser
-
morton
space filling curve functions
-
bip_util
Bittorrent Infrastructure Project
-
small-fsm
Finite State Machine for Rust
-
vpsearch
Vantage Point Tree search algorithm for fast nearest neighbour search in multi-dimensional metric spaces
-
rmath
math library
-
jaaptools
I really just wanted to try publishing a package, but this contains stuff I find useful in many circumstances
-
ndspec
A package for ocean waves and energy spectra
-
blackboxmc_java
BlackboxMC bindings for java.util
-
ms2
that replicates the ms package from TypeScript for Rust
-
unity-random
A reimplementation of Unity's pseudo-random number generator
-
crczoo
CRC Zoo: A collection of Cyclic Redundancy Check (CRC) algorithms
-
inexor-rgf-model-random
Inexor - Reactive Graph Flow - Model - Random
-
hmmm
Hidden Markov Models in Rust
-
chacha8rand
Reproducible, robust and (last but not least) fast pseudorandomness
-
cut-optimizer-2d
A cut optimizer for cutting rectangular pieces from sheet goods
-
eom
Configurable ODE/PDE solver
-
filter
Kalman filters and other optimal and non-optimal estimation filters in Rust
-
hammer-and-sample
Simplistic MCMC ensemble sampler based on emcee, the MCMC hammer
-
stable-hash
A stable, structured hash with backward compatibility
-
webgestalt_lib
computing enrichment for different analytes using ORA or GSEA
-
entromatica
constructing, simulating and analyzing markov chains
-
mail-headers
[mail/headers] header parts for the mail crate (inkl. header map and standard header impl)
-
vartyint
Read & Write varint encoded integers
-
nistrs
his crate implements statistical tests according to the NIST standard
-
minstd
minimal standard random number generator
-
fst
Use finite state transducers to compactly represents sets or maps of many strings (> 1 billion is possible)
-
shortestpath
Shortest Path is an experimental library finding the shortest path from A to B
-
kermit-kvs
Key-value stores used in Kermit
-
dawg
Directed Acyclic Word Graph
-
ironstorm_lookup
Lightning fast lookup table for auto completion, type ahead, suggestion engines
-
toposort-scc
Kahn's algorithm for topological sorting and Kosaraju's algorithm for strongly connected components
-
slsqp
optimizer for Rust
-
ramp64-srm-convert-lib
build RetroArch Mupen64 SRM Converter
-
atomex
Atomics extensions in Rust
-
range-reader
Converts low-level APIs to read ranges of bytes to
Read + Seek
-
rand-sequence
A no-std crate for generating random sequences of unique integers in O(1) time
-
omango-wyhash
Wang Yi hash for Rust
-
qmc
Quantum Monte Carlo simulations in Rust
-
rscompress-transformation
data transformation supporting rscompress
-
iter_enumeration
Unifies Iterators over Same Type
-
clipper2-sys
Polygon Clipping and Offsetting (Clipper2 wrapper)
-
probably
various approximate computing algorithms
-
adivon
Data Structures of daily use: Graph, HashTable, PriorityQueue, Trie, SuffixTree, Rope, SplayTree, SkipList, RedBlackTree
-
yamcts
Monte Carlo Tree Search
-
graph_safe_compare
Equivalence predicate that can handle cyclic, shared, and very-deep graphs
-
krakel
A lean 2d kd-tree ported from OpenCamLib
-
sfsm
Static state machine generator for no_std and embedded environments
-
citi
Read and write CITI files
-
dbus-addr
D-Bus address parsing
-
topk
TopK algorithm implementation in Rust
-
bisector
Flexible bisect implementatation which allows the use the bisection method on arbitrary data types
-
paragraph-breaker
Knuth-Plass algorithm for breaking paragraphs into lines
-
edfsm-kv-store
A KV Store based on Event Driven Finite State Machines
-
bytecmp
offers fast binary data comparison algorithms to enumerate common substrings, unique substrings or determine a patch set
-
mini-enigma
#[no-std] (and no alloc) zero dependency implementation of the M3 Enigma
-
tdigest
T-Digest algorithm in Rust
-
hilbert-curve-rust
Basic Hilbert curve algorithm
-
anchorhash
A consistent hashing algorithm that outperforms state-of-the-art algorithms
-
unit_types
A unit-aware type system for Rust
-
gramschmidt
Classical, Modified, Reorthogonalized Gram Schmidt Orthogonalization and QR decompostion
-
frand
Blazingly fast random number generation library
-
watermill
Blazingly fast, generic, and serializable online statistics
-
cosyne
neuro evolution through cooperatively coevolved synapses
-
crystallographic-group
Provide crystallographic group reference and useful information, e.g. lattice coordinates and symmetry operation matrices.
-
crc8-icode-fast
SIMD-powered implementation of CRC-8/I-CODE
-
unicode-range
UnicodeRange is a Rust library for parsing and stringifying Unicode ranges. It provides functionality to convert a string representation of Unicode ranges into a vector of code points and vice versa.
-
dryip
Short 🩸 Rust 🦀 code snippets for inspiration
-
algs4
Algorithms, 4ed. MOOC in Coursera. in Rust.
-
genetic_algorithm_meta
A genetic algorithm implementation for optimizing genetic algorithm parameters
-
cmaze
Core of tmaze game
-
cityhash-sys
Rust binding of Google CityHash algorithm
-
museair
Fast portable hash algorithm with highest bulk throughput and lowest small key latency (1-32 bytes) among portable hashes listed in SMHasher3, and made improvements for quality and usability
-
simple-pagerank
calculate the PageRank of a graph
-
ldpc
A toolbox for classical and quantum LDPC codes
-
miracl32
version of miracl/core for 32-bit no_std platforms
-
external_sort
ability to perform external sorts on structs, which allows for rapid sorting of large data streams
-
sudoku-variants
A flexible Sudoku engine that supports common variations and custom rules
-
ju-tcs-tbop-24-bebidek-endpoints
providing head and tail functionality
-
omnipaxos
A distributed log library written in Rust
-
uwu_wasm
uwuifying the web
-
insides
A compact, high performance space filling curve library for Rust
-
rustsat-batsat
Interface to the SAT solver BatSat for the RustSAT library. BatSat is fully implemented in Rust
-
snaplog
easily recording changes to values
-
amadeus-streaming
SIMD-accelerated implementations of various streaming algorithms, including Count–min sketch, Top k, HyperLogLog, Reservoir sampling
-
qsort-rs
A quick sort algorithm that accepts any type and non-recursive approach
-
remedian
A Rust implementation of The Remedian
-
pow2
Represents a non-negative power of 2, by storing its exponent
-
rs-graph
graph algorithms and combinatorial optimization
-
xor_rand
An arbitrary byte length, counter based PRNG crate
-
cjp
converting strings to 怪レい日本语(Ayashī Nihongo)
-
display_buffered
A small library that provides convinience functions to write all the elements into a writer with buffering
-
pyrand
Pure rust implementation of python's random module with compatible PRNG behaviour: seeding with equivalent values will yield identical PRNG output
-
light-curve-common
Common tools for light-curve-* packages
-
framp
Fork of James Miller's Ramp, a high-performance multiple-precision arithmetic library
-
entro-sort
Entro Sort is an in-place, linearithmic, unstable sorting algorithm
-
ripgen_lib
High-performance domain-name permutation generator
-
bvh
A fast BVH using SAH
-
proc-opt
WIP: Process/Job scheduling optimization library
-
classify
A collection of algorithms for categorizing 1D data
-
oshash
https://pypi.org/project/oshash/ in Rust
-
hypersonic
API linker for the formally-verifiable distributed software
-
satsnet_hashes
Hash functions used by the rust-bitcoin eccosystem
-
random-branch
macro to select a random branch like match
-
teeint
A teeworlds variable int packer/unpacker
-
classific
Classifications, comparator and equivalence class implementations
-
flxy
Full-text searching and scoring of strings
-
mle1
The MLE-1 encryption algorithm
-
supply-chain-trust-example-crate-000079
Fowler–Noll–Vo hash function
-
vsort
GNU Version Sort Rust implementation
-
glar-gemm-s16s16s32
high performance cpu kernels
-
quickcheck_seedable
Automatic property based testing with shrinking
-
hora
Hora Search Everywhere
-
rustimization
optimization library which includes L-BFGS-B and Conjugate Gradient algorithm
-
dendritic-knn
Package for algorithms related to K Nearest Neighbors
-
pack_it_up
that implements various bin packing algorithms
-
clusterphobia
Algorithms and data structures for unassisted clustering that employ the Hilbert Curve
-
regex-lite
A lightweight regex engine that optimizes for binary size and compilation time
-
c_math
这是一个用于基础数据转换操作的一个包
-
vec_mut_scan
Forward scan over a vector with mutation and item removal
-
quadtree_rs
Point/region Quadtree with support for overlapping regions
-
bubble-sort-scala
A quick and non-optimized, cloning version of the bubble sort algorithm. Created as a showcase for publishing crates in the Rust Cookbook 2018
-
metricator
Metrics
-
fnv_rs
Fowler–Noll–Vo hash function including 32, 64, 128, 256, 512, & 1024 bit variants
-
numeric-algs
implementing some numerical algorithms
-
b4s
Binary Search Single Sorted String: Perform binary search on a single, delimited string slice of sorted but unevenly sized substrings
-
coupe
mesh partitioning library. It implements composable geometric and topologic algorithms.
-
weighted-selector
Select type from weighted index
-
trajectory
interpolation
-
treelite
rust wrapper for treelite, only support predictor.predict_inst method now. Requires treelite:0.93
-
simbiota-tlsh
A pure-rust implementation of Trendmicro's TLSH algorithm, featuring the same optimizations found in the reference implementation
-
numext-fixed-hash
Fixed-size hash types
-
rkr-gst
Running Karp-Rabin Greedy String Tiling algorithm
-
radix
Convert any {u8, u16, u32, u64, u128, usize} to another radix
-
libgdx-xs128
minimalist no_std clone of the Xorshift128+ algorithm used in the libgdx Java library
-
discrete
Combinatorial phantom types for discrete mathematics
-
fp-growth
algorithm in pure Rust
-
sniffer-rs
that simplifies fuzzy string matching in rust
-
graph-algorithms
5 graph algorithms - DIJKSTRA'S, BFS, DFS, KOSARAJU'S and BELLMAN FORD ALGORITHM
-
drain-rs
Automatically cluster semi-formatted text with the drain algorithm
-
random_lcg
lcg random number generator
-
npc-engine-core
The core of the NPC engine, providing a generic MCTS framework
-
pso_rust
famous PSO method
-
code-fuzzy-match
Fuzzy string matching inspired by Visual Studio Code
-
fmerk
Merkle key/value store
-
ucsi
SI-based unit typing system
-
quine-mccluskey
Boolean function minimizer based on Quine–McCluskey algorithm
-
ezing
Easing functions
-
analytic
has been renamed to be the math crate https://crates.io/crates/math
-
pennereq
Port of the Penner easing equations to rust
-
idalloc
different methods of allocating unique identifiers efficiently
-
integer-partitions
Efficiently enumerate integer partitions
-
prksort
Merge Sort and Quick Sort algorithms in Rust
-
cosiest_noisiest
allows generating 1d noise at arbitrary points
-
xbar
An iterator-based implementation of the locality-preserving one-sided binary tree - crossbar switch wiring design algorithm
-
rlifesrc-lib
A Game of Life pattern searcher (library)
-
angled-random-walker
Angled Random Walker approach to Brownian tree generation
-
smeagol
Conway's Game of Life using HashLife and SIMD
-
local-or-heap
type with a pre-specified size, regardless of the size of the T type it contains, using heap allocation if necessary
-
boostvoronoi_ext
Boost voronoi private workspace (this workspace will be re-integrated in the main crate in next release)
-
lz_fnv
Fowler-Noll-Vo hash functions for various integer types
-
easing
Leveraging Rust's powerful iterators for easing
-
bidi
Unicode Bidirectional Algorithm (UBA)
-
eviolite
Toolkit for working with evolutionary algorithms
-
marching-squares
Parallelized marching squares algorithm for constructing closed isolines / contour lines
-
bubblesort
Bubblesorts stuff
-
savant_core
Savant Rust core functions library
-
rust-eratos
'Sieve of Eratosthenes' for rust language practice
-
smth
math library
-
enso-shapely
Automated typeclass derivation
-
swimos_multi_reader
SwimOS Stream Aggregator
-
spaced-repetition
A spaced repetition algorithm based on anki and supermemo
-
hierarchical_pathfinding
Quickly approximate Paths on a Grid
-
ribbon
Tape machine for peeking through windows of iterators
-
poorentropy
Low-quality entropy generator for
no_std
crates -
urandom
Produce and consume randomness, to convert them to useful types and distributions, and some randomness-related algorithms
-
mahf
A framework for modular construction and evaluation of metaheuristics
-
polystem
Popular stemming algorithms for Information Retrieval
-
kahan
types to perform Kahan summation
-
goorm_edu_rs_kit
A code test library for easy variable of integer or vector of integer from standard input
-
IntegerScaling
Calculates integer ratios and scaled-image sizes for pixel-perfect image upscaling with optional aspect-ratio correction
-
blake2b_simd
a pure Rust BLAKE2b implementation with dynamic SIMD
-
l
my personal library
-
ilattice
2 and 3-dimensional integer lattice math
-
minhash-rs
MinHash trying to be parsimonious with memory
-
three-style-lib
A 3x3 Rubik's Cube three style library
-
num-cmp
Comparison between differently typed numbers
-
lfu
cache implementation
-
rust_poker
Rust poker library
-
oint
oint ('optional int') provides total operations on arithmetic
-
polyline-codec
Encode and decode polylines
-
typed_shapefile
Read & Write .dbf in Rust
-
docchi_archiver2
A serializer which compresses integers
-
dendritic-preprocessing
Package for preprocessing datasets to convert to numerical representation
-
sorted-insert
traits to insert elements to a sorted collection and keep the order
-
krossbar-state-machine
Krossbar state machine
-
skelly
Skeleton animation and IK
-
rabin_ida
Rabin's information dispersal algorithm, originally by Liam Perlaki
-
cf_dist_utils
has risk and distribution utilities
-
fluent-comparisons-macros
Macros for the fluent-comparisons crate
-
hashids
HashIds Rust Implementation
-
core_float
based on the Rust Core Library and aims to provide an identical set of APIs for f32 and f64 floating-point types
-
polyfit-rs
Polynomial fitting of data like in numpy.polyfit()
-
para-graph
"Para-Graph" delivers swift, parallel graph algorithms in Rust, optimized for CPU and GPU. Ideal for HPC workflows.
-
heapz
Heap/Priority Queue implementations
-
time_series_generator
Generate various timeseries of given length, some randomly sampled
-
borrowned
Borrow-or-owned values
-
wasmium-random
Generate random numeric, alphabet, alphanumeric, BIP39 and EFF random bytes
-
hot-ranking-algorithm
Algorithm that measures how relevant a given data set is, kinda like Reddit
-
my-bfgs
A pure Rust implementation of the BFGS optimization algorithm
-
algebloat
Rust linear algebra library
-
hashed-permutation
A fast, instant-access way to permute a range of numbers
-
simplegraph
graph implementation
-
md2_digest
A 0 dependency, no_std library for generating md2 digests
-
denlibs
general-purpose libraries
-
arrow-cast-guess-precision
Arrow cast function alternative with timestamp integer guessing precision
-
java_random
The java LCG and random module implementation in rust
-
vincenty-core
Calculate distances between two coordinates using vincenty formulae
-
jingle_sleigh
An FFI layer for Ghidra's SLEIGH
-
anndists
some distances used in Ann related crates
-
powierza-coefficient
Powierża coefficient is a statistic for gauging if one string is an abbreviation of another
-
geo-aid-latex
Support for LaTeX output from Geo-AID
-
sort_library
sorting algorithms in Rust
-
interiors
Primal-Dual Interior Point Method for Nonlinear Programming
-
madepro
A minimal Rust library crate for solving finite deterministic Markov decision processes (MDPs)
-
ish
Sometimes things are true-ish
-
aces
Algebra of Cause-Effect Structures
-
fibonacci_series
Fibonacci Sequence. The Fibonacci Sequence is the series of numbers: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, ... The next number is found by adding up the two numbers before it.
-
statement
An event-driven state machine library for Rust
-
rxqlite-notification
A distributed sqlite database built upon
openraft
,sqlx
andsqlite
-
fleetfs_raft
language implementation of Raft algorithm
-
wfc_tiled
Small library for Wave Function Collapse on Tile-based maps, using the
wfc
crate. Provides Tiled integration. -
semantics
mapping
-
opendp-ffi
Foreign function interfaces for the OpenDP library
-
easylazy
Easy lazy initialization of variables
-
library_of_babel
Babel in Rust
-
lenia_ca
simulating the Lenia system of cellular automata
-
rosomaxa
algorithm and other building blocks for creating a solver for optimization problems
-
badsort
Some basic sorting stuff I wrote as practice in Rust. Includes my favorite algorithm, BOGO Sort!
-
supermemo2
that implements the supermemo2 spaced repetition algorithm
-
depper
basic dependency validation
-
speedytree
Canonical and RapidNJ implementations of Neighbor-joining in Rust
-
integer_scaling
IntegerScaling wrapper for those who prefer snake_case
-
blurhash-ng
A pure Rust implementation of blurhash
-
sorts
A collection of sorting algorithms
-
caldera-bindings
Bindings for Caldera which includes bindings for libavcodec, libavformat, libavutil, pulseaudio and libsamplerate
-
weighted-rs-wasm
A libray for weighted balancing algorithm
-
edfsm-machine
Tasks and Channels for Event Driven Finite State Machines
-
ringstack
A very simple circular buffered stack implementation
-
flowing
flow graph processing library
-
ds-heightmap
Using diamond-square algorithm to generate heightmaps which stored in a 2D-array
-
sssignals
🐍 Simple, Synchronous Reactive Signals for Rust
-
kirkos
Lightweight no_std heap-allocated circular buffer implementation
-
n18tile
Defines 18xx tile elements and track networks
-
kermit
Relational data structures, iterators and algorithms
-
re_space_view_map
A space view that shows a map
-
continent-code
Continent Code
-
mmseg
Chinese word segmenation algorithm MMSEG in Rust
-
hypernonsense
Using Locality Sensitive hashing to find the nearest points to a query point in extremely high dimensional space
-
heuristic-graph-coloring
Heuristic algorithms for graph vertex coloring
-
disco-quick
processing the Discogs XML data dumps
-
xorwowgen
Several implementations of the Xorwow algorithm
-
rusty-perm
permutation with no-std
-
dandelion-random
A high performance non-cryptographic random number generator
-
optimath
Linear Algebra using const generics for no_std and specialization to enable SIMD
-
xxh
XXHash algorithm implementation for Rust
-
rands
Random number generators and other randomness functionality
-
kmeans_smid
Small and fast library for k-means clustering calculations. Fixing smid from
kmeans-rs
. -
tea-map
Map functions for tevec
-
breadth-first-zip
Breadth-first
zip
guaranteeing a monotonically increasing sum of indices -
pso
Particle Swarm Optimizer
-
acacia
A spatial partitioning and tree library
-
gcd-bitwise
The binary Euclidean algorithm for computing gcd
-
rbuf
A general purpose ring buffer implementation with some non-standard constraints
-
input_conv
A basic stdio extension to automatically translate basic inputs to a given type
-
cp-rs
Competitive programming library, especially for AoC
-
try_all
Extends iterators with
try_all
to convert iterator of results into result of iterator of okays -
descartes
Imprecision-tolerant computational geometry for Rust
-
tacho
A prometheus-focused metrics library for Future-aware applications
-
endicon
Implementations of codicon traits for endianness encodings
-
meealgi
A selective implementation of Jean Meeus' astronomical algorithms
-
bbt
A skill-rating system similar to Elo, Glicko or TrueSkill
-
line_cardinality
High performance line cardinality counts and estimates
-
juxt_adler32
just adler32, nothing else
-
aws-tree-hash
Calculate the Amazon SHA256 tree hash as described on Checksum Calculation page of the AWS S3 Glacier developer guide
-
hv-fonseca-et-al-2006-sys
A wrapper for the hyper-volume algorithm by Fonseca et al. (2006)
-
lcs_rs
longest common subsequence
-
empty-fallback-chain
Iterator adaptor like chain, but conditional on empty first iterator
-
spherical-cow
Spherical Cow: High volume fraction sphere packing in arbitrary geometries
-
htmlprops-to-react
convert html properties to react
-
password-worker
A wrapper for password hashing that can be used as shared state, and uses a rayon thread pool so it won't block the async runtime
-
partition-point-veb-layout
partition_point van Emde Boas layout
-
advancedresearch-tree_mem_sort
An in-memory topological sort algorithm for trees based on Group Theory
-
llsc
load-link/store-conditional implementation using atomics
-
sigalign-core
A core crate for sigalign
-
fast-erasure-shake-rng
Fast erasure (forward secure) sponge/duplex based PRNG using the Keccak permutation
-
rrt
Path finding using dual-RRT connect
-
partitions
A disjoint-sets/union-find implementation that allows for efficient iteration over elements of a set
-
rounded-div
Get rounded result of an integer division
-
xxtea
encryption algorithm library
-
imei
number validator
-
numlib
numerical library implementing common numberical algorithms in rust
-
greek_number
Convert numbers to Greek number strings
-
rehexed
Adjacency lists for hexasphere's icospheres
-
statistical
statistics library
-
xcc
Exact Cover solver with color extensions
-
safe-modular-arithmetic
modular arithmetic algorithms for all integer types in an overflow-safe and const-compatible manner
-
or-tools
Unofficial Rust wrappers to the C++ library Google OR-Tools, open source software for combinatorial optimization
-
temex
Regex-like temporal expressions for evaluating systems that change over time
-
aob_common
String searching with wildcards
-
memoires
Memoization for Rust
-
floyd-warshall-alg
Floyd-Warshall algorithm supporting customization
-
quriust
simulate a quantum computer. Only for quriust ones.
-
robinson_mmodules
direct implementation of the algorithms presented in "MODULES IN ROBINSON SPACES" by MIKHAEL CARMONA, VICTOR CHEPOI, GUYSLAIN NAVES AND PASCAL PREA. It can determine if a given…
-
poker
speedy poker hand evaluation
-
lcpc-brakedown-pc
polynomial commitment scheme from SDIG expander code
-
xorshift128plus-rs
XorShift128+ pseudorandom number generator in Rust
-
wookong-solo
Wookong Solo driver crate
-
atlatl
Double-array tries
-
wfc-rs
Binding to the krychu/wfc C library
-
monotonic_solver
A monotonic solver designed to be easy to use with Rust enum expressions
-
dedup_signature
implements TextProfileSignature and Lookup3 algorithms to generates a hash/signature/footprint in order to be used for detecting duplicate documents
-
rusty_genes
implementing and executing evolutionary algorithms with customizable models
-
rsbalancer
that implements load balancing algorithms
-
gray-codes
Iterators over binary Gray codes; utilities for efficiently visiting all subsets of a collection
-
forky_core
Rust Utilities
-
tiamat
a PRNG library
-
graph6-rs
parsing graph6/digraph6 strings and converting them into other text based formats
-
chandeliers-std
A standard library for the Chandeliers suite
-
duval-rs
Duval algorithm in Rust
-
random_lfsr_256_galois
random generator imlplementation based on linear feedback shift register (LFSR, Galois variation) on 256-bit polynome
-
rust-algorithm
algorithm
-
tlnat
type level non-negative integer constants for rust
-
pi_path_finding
A* Path Finding Algorithm
-
metrics_evaluation
Small foot-print parser and solver for (nested) text-based comparisons
-
subproductdomain-pre-release
Implements subproduct domain algorithm
-
uniui_layout_linear_layout
Label widget for uniui_* crate family
-
batsat
Extensible SAT solver in Rust
-
runiverse
A pure and safe Rust library to make astronomical calculations and solve astronomical algorithms
-
traversal
Generic and lazy tree traversal algorithms
-
jumphash
A Fast, Minimal Memory, Consistent Hash Algorithm
-
del-fem-ls
sparse solver library for research prototyping
-
stream-more
Stream utilities for Rust
-
onlinematching
Online bipartite matching is a type of matching problem where the goal is to match elements from two disjoint sets (also known as "bipartite graphs"), where one set represents the "left"…
-
traiter
Traits collection
-
matlab-sys
Rust bindings for the Matlab C API
-
hybrid-clocks
Hybrid Logical Clocks
-
srtree
SR-Tree: a high-dimensional nearest neighbor search index
-
jarl
Jarl (Just another Raft library)
-
libtess2-rs
good quality polygon tesselator and triangulator
-
brace-expand
performs brace expansion of strings, as in shells like Bash etc
-
mgraph
performance-oriented graph library for Rust
-
sorted_intersection
Intersection Iterator Over Sorted Iterators
-
compensated-summation
Compensated summation algorithms for better precision
-
dahl-salso
SALSO algorithm is an efficient greedy search procedure to obtain a clustering estimate based on a partition loss function. The algorithm is implemented for many loss functions, including…
-
regalloc
Modular register allocation algorithms
-
microwfc
Small Wave-Function-Collapse implementation
-
symbolic-sets-integers
Symbolic sets examples and test implementations
-
ogs
solving octal games
-
moore-hodgson
Moore Hodgson's Scheduling Algorithm in Rust
-
dotzilla
Native Rust implementation of efficient basic linear algebra routines
-
index-utils
working with indices
-
poisson
Poisson-disk distribution generator
-
rustmt
A MT19937 PRNG implementation for rust
-
advancedresearch/piston-math_notation
Bootstrapped meta rules for mathematical notation
-
vqf-rs
A
no-std
, dependency-free port of VQF sensor fusion algorithm for IMUs -
hutton-rust
The Hutton cipher implemented as a Rust crate
-
tradestats
Metrics
-
label-propagation
Label Propagation Algorithm by Rust
-
zig-lexer
Zig lexer
-
sosa
Stochastic simulation algorithm (SSA) with a Monte-Carlo generating method
-
unfold
in Rust
-
secwords
secure and safe password container
-
nummap
Defines a wrapper around a
HashMap
of number values which behaves as if ALL keys are mapped but0
values are not stored -
qr2term
Stupidly simple Rust crate to render a QR code in the terminal
-
space_alloc
General purpose space allocators
-
codek
Codec trait
-
awesome-trie
Awesome Trie is a fast Implementation of Trie algorithm
-
powers
Power flow simulation and optimization
-
randotron
Trivial little library that lets you randomly execute a closure with a sample rate
-
poisson_reconstruction
Screened Poisson Reconstruction algorithm in Rust
-
modicum
Modular arithemtic library in pure Rust
-
aviary
bird combinators for Rust
-
dagga
For scheduling directed acyclic graphs of nodes that create, read, write and consume resources
-
essential-state-asm
Assembly operations for the Essential state read VM
-
nonn
Integer types that are known not to equal any single N
-
scicrypt-bigint
A scicrypt crate implementing *mostly* constant-time bigints for modular integers
-
sample-consensus
Abstractions for sample consensus algorithms such as RANSAC
-
cityhash-102-rs
Faithful reimplementation of CityHash v1.0.2 64bit and 128bit hashes
-
floydrivest
A lightweight crate that brings the Floyd-Rivest implementation of nth_element
-
hashers
A collection of non-cryptographic hashing algorithms for Rust
-
choosen
An easy program that choose some attending person, with equal properbility for each position
-
gndr_rust
Uses advanced techniques and algorithms to determine the gender of a user by just fucking asking them
-
fractal
The package provides a multiscale modeling framework for the analysis and synthesis of positive-valued, long-range-dependent processes
-
pef
Partioned Elias-Fano encoding for sorted integers
-
pollard-p-minus-one
Pollard's p-1 factoring algorithm
-
chull
Convex hull approximation
-
sea-canal
Identifies patterns in sequences of integers
-
osi-src
Redistribution of Coin-OR Osi as a crate
-
based64
BASE64 implementation for chads
-
pheap
A (fast) implementation of pairing heap data structure for priority queue and some graph algorithms
-
kg-utils
Various collections and utilities
-
dec-number-sys
Rust bindings for The decNumber C library by IBM Fellow Mike Cowlishaw
-
fst-no-std
Use finite state transducers to compactly represents sets or maps of many strings (> 1 billion is possible)
-
permutation_iterator
iterating over random permutations using O(1) (i.e. constant) space.
-
circularing
Circular buffer backed by in-stack storage
-
pregel-rs
A Graph library written in Rust for implementing your own algorithms in a Pregel fashion
-
varint-rs
A small, zero dependency varint implementation in Rust
-
ecgen-rs
Enumerative Combinatoric Generation in Rust
-
async_to_iter
Convert async functions to generators on stable Rust
-
smallest-enclosing-circle
Iterative and recursive two-dimensional implementations of Welzl's algorithm for computing the smallest enclosing circle
-
umbra_slice
An owned slice type with German string optimizations
-
hex_to_rgb
convert hex color codes to RGB values
-
thinarray
A thin alternative to Box<[T]>
-
aob
String searching with wildcards
-
wordlea
A algorithm to check Wordle's word guess
-
cell-map
Many-layered 2D cellular generic map
-
emas_rs
Rust-based EMAS optimization algorithm
-
w_inter
❄️ Weighted INTERval scheduling problem
-
idhash
Calculate a Row-Invariant ID for Tabular Data
-
integer-cbrt
integer cube root algorithm for primitive rust types
-
rest_tensors
Provide efficient tensor operations for the Rust-based Electronic Structure Tool (REST)
-
griddy
general-purpose grid/matrix
-
primter
Prime number iterator based on sieve of Eratosthenes
-
satif
SAT solver interface
-
rhizomedb
RhizomeDB
-
broadword
algorithms
-
zero-copy-pads
Padding/aligning values without heap allocation
-
qrs_detector
Realtime ECG QRS detector algorithm
-
summed-area-table
summed area table
-
whosly
便捷的工具库
-
mathjax_svg
Convert mathematical expressions to SVG using Mathjax
-
is_even_odd
categorizing and operating on integers
-
psqr
The P-Square Algorithm for Dynamic Calculation of Percentiles and Histograms without Storing Observations
-
bit_combi_iter
An iterator to iterate all bit combinations less than given unsigned integer
-
meanshift-rs
Rust version of the MeanShift clustering algorithm that does not need a predefined number of clusters
-
frechet
basic autodifferentiation
-
cdragon-prop
Work with BIN files used by Riot
-
randomwalk
Build glorious random walks
-
predictive_shuffle
A vector shuffling library that allows for in-place shuffling, or predictive sub-item shuffling
-
langis
A signal is a structure that can yield an infinite amount of data. The API is very similar to
std::iter::Iterator
but with the assumption that it will never end. -
tree-struct
A general-purpose Tree implementation in Rust
-
spsa
Simultaneous perturbation stochastic approximation
-
tinysort
The lowest memory footprint sorting algorithm
-
ff-group-tests
A collection of sanity tests for implementors of ff/group APIs
-
partopo
Functions to execute work described by a dependency graph
-
pokereval
evaluating poker hands with 5 or 7 cards
-
extrema
C++'s minmax_element implementation in rust
-
sparse
-
orca-rs
ORCA algorithm
-
clone_dyn_types
Derive to clone dyn structures
-
peak_finder
An algorithm for identifying peaks from line data, such as from accelerometer or spectral data
-
libreda-pnr
Algorithm interface definitions of the LibrEDA place-and-route framework
-
rtriangulate
Delaunay triangulation on a set of points
-
etcd_dynamic_state
Etcd dynamic state library
-
rta-for-fps-lib
paper 'Response Time Analysis for Fixed Priority Servers' by Hamann et al
-
zhang_hilbert
Produces an arbitrary-sized pseudo-Hilbert scan based on “A Pseudo-Hilbert Scan for Arbitrarily-Sized Arrays” by Zhang, et al
-
graphmst
allows you to generate minimum spanning tree from a graph using Prims, Kruskals, Boruvkas and Reverse Delete algorithms
-
rational_deduction
rational deduction algorithm
-
stochastic_optimizers
Generic implementations of gradient based stochastic optimizing algorithms
-
pretty-hash
Output binary buffers as a nice, shortened hex string
-
octree
algorithm for nearest neighbor search in 3D space
-
simple-std
extension to the Rust standard library for exercises
-
seqdiff
Diff between two sequences
-
meza
in-memory data table written in Rust
-
graphannis-core
supports graph representation and generic query-functionality
-
seedable_hash
calculating seedable hashes and fast reduction of their ranges
-
distributed-cards
Implements the mental poker shuffling algorithm
-
ergothic
setting up and running distributed Monte-Carlo statistical simulations. Designed primarily for lattice QCD.
-
partition-iterator
Iterator adaptors that enumerate all partitions or all k-partitions of an iterator's content
-
deep_core
deep prototype
-
one_liner_stats
A small library that computes descriptive statistics (mean, median, mode, etc.) on the fly for numeric slices or streams
-
easyrand
Simpler to use random number library for the Rust language
-
beediff
LCS algorithm in various applications
-
oars
providing construction methods and utility functions for orthogonal arrays and strong orthogonal arrays
-
tempergb
Convert a color temperature to RGB values
-
byte_rb
byte ring buffer
-
largest-remainder-method
The largest remainder method
-
lpn
Software to study attacks on the Learning Parity with Noise problem
-
introsort
Fast sorting compatible with #[no_std]. Also has (optional) support for efficient and robust sorting of floating point numbers. Currently, introsort only builds on nightly
-
polymur-hash
Polymur hash function
-
staticstep
truly zero-cost alternatives to
Iterator::step_by
for both incrementing and decrementing any type that satisfiesRangeBounds<T: Copy + Default + Step>
-
maidenx_cuda_kernels
MaidenX CUDA Kernels
-
blue-noise-sampler
version of the A Low-Discrepancy Sampler that Distributes Monte Carlo Errors as a Blue Noise in Screen Space sample code
-
blake
hash function for Rust via FFI
-
fuzzerang
Efficient random number generators and distributions for fuzzing
-
generic_graph
implementing general purpose graphs. Including some default implementation (the latter are still WIP)
-
rand_xorshift
Xorshift random number generator
-
cdt
Fast, robust constrained Delaunay triangulation
-
cmsis_dsp
Bindings to the CMSIS DSP library for ARM Cortex-M processors
-
ritehash
A tiny, fast, zero-dep and no_std fxhash fork. More up to date.
-
hopcroft-karp
A minimal implementation of the Hopcrof-Karp bipartite matching algorithm
-
biogarden
A collection of basic bioinformatics algorithms
-
divisors_fixed
A fixed & enhanced version of the divisors crate
-
ndsort-rs
Sorting Algorithms implemented in Rust
-
searchlib
Satisficing and optimal search algorithms
-
hotdrink-rs
HotDrink in Rust
-
modulo
operation
-
prefix-varint
PrefixVarint encoding for u64 integers
-
babushka
bin packing and nesting library
-
bitcursor
Keeps track of the bit position for an in wrapped memory buffer, and provides it with a read, seek implementation. Also applys a new trait called ReadBits which allows reading types that implement Unit from the cursor.
-
anim_curve
Curve Calculation function library with simple dependencies
-
checkdigit
Check Digit Algorithms in Rust
-
phreak_engine
Rule matching algorithm focussed on speed
-
advanced-random-string
advanced string generation based on given charsets, lengths, and RNGs
-
cavalier_contours_ffi
C foreign function interface for the cavalier_contours crate
-
shuffle
various shuffling algorithms over slices
-
swoop
lightweight optimisation algorithms in pure Rust
-
genx
An easy to use and modular genetic algorithms library
-
state_maschine
A State Machine Framework written in Rust
-
stringslice
A collection of methods to slice strings based on character indices rather than bytes
-
variadic_from
Variadic from
-
rollercoaster
Extra iterators for grouping, sorting, arithmetic, and more
-
comtesse
graph utilities
-
normalize_country
Convert country names and codes to a standard
-
xcsp3-rust
that help constraint programming solvers implemented by Rust to read XCSP3 files
-
first_order_logic
first-order logic
-
vecfx
Extra batteries for a vec of floats
-
fhash
Blazingly fast hash for HashMaps in Rust
-
kmers
k-mer manipulation
-
chair-rb
containing a Rust port of the ring buffers from the Aeron and compatible with the ring buffers in the Agrona(https://github.com/real-logic/agrona) library
-
reciprocal
Baseline implementation of integer division by constants
-
rm
randomness
-
rustyard
A Shunting Yard implementation and calculator. This crate is able to calculate basic math expressions passed to it as strings and return a 64-bit floating point return value.
-
lp-modeler
A linear programming modeller written in Rust. This api helps to write LP model and use solver such as CBC, Gurobi, lp_solve, ...
-
index-fixed
convert slices into arrays using indexes ([T] -> [T;N])
-
cmsis_dsp_sys_pregenerated
Low-level interfaces to the ARM CMSIS-DSP library
-
mecs
An ecs library with a focus on iteration performance
-
dia-ip-range
-
anglekit
converting angles between degrees and radians
-
afsort
American Flag sort implementation for faster sorting of Strings
-
red_union_find
union find algorithm
-
win95-keygen
A lightweight library to generate valid Win95 product keys
-
phreak_rules
Rule matching algorithm focussed on speed
-
kaminpar
Rust wrapper around KaMinPar which is a shared-memory parallel tool to heuristically solve the graph partitioning problem
-
cfg-regex
Conversion from a regular expression to a context-free grammar
-
tension
Tensor library with OpenCL acceleration
-
lttb
Largest Triangle Three Buckets algorithm
-
normal-form
A trait to easily find the canonical/normal form of graph structures
-
eratosthenes
Mathematical operations library for Rust
-
zw-fast-quantile
Zhang-Wang fast quantile algorithm in Rust
-
measurement-units
basic measurements units conversion such as length, mass, time, volume, percents
-
infinity-sampler
Deterministic reservoir sampling for Rust
-
zaplib_vector
The vector library for Zaplib
-
bresenham_zip
Iterator to perform Bresenham over two lines of the same triangle simultaneusly for triangle rasterization
-
advanedresearch-trinoise
A mathematical noise pattern of 3 values based on Number Theory and Set Theory
-
broccoli-ext
broadphase collision detection algorithms
-
three-edge-connected
CLI tool for finding 3-edge-connected components of graphs, especially graphs in the GFA format
-
pagerank_rs
computing PageRank, optimized for performance and flexibility
-
sulfa
basic algorithm library implemented by rust
-
suitesparse_camd_sys
Raw bindings to SuiteSparse's CAMD algorithm
-
concorde
reconfigurable lattice agreement
-
cc4
Very simple implementation of the four_cc/fourcc algorithm as a const fn
-
digest-buffer
Fixed size buffer for use in cryptographic hash functions
-
indiscriminant
A proc-macro for mapping between values and enum discriminants
-
mvnc
Wrapper around the Movidius Neural Computing stick C API
-
kdbush
A very fast static spatial index for 2D points based on a flat KD-tree
-
babygiant-alt-bn128
implementing a multi-threaded version of the baby-step giant-step algorithm on the Baby Jubjub curve (it is the curve whose base field is the scalar field of alt-bn-128 aka bn254) to decrypt u40 integers…
-
truth-values
Generate all possible combinations of N bools
-
perm
-
halton
A module for generating Halton sequences
-
ram
that helps to parse source code with finite state machines
-
triangulate
Subdivides polygons into equivalent triangles
-
hulahoop
An efficient consistent hash ring implementation supporting virtual nodes
-
buckets
O(n) integer sort
-
hmm
Hidden Markov Model
-
audiograph
An audio graph optimised for performance and limiting runtime allocations
-
vnd_siren
A SIREN DSL/serializer
-
is_42
blazingly fast way of checking if a variable is equal to 42
-
bloock-types
base types for our Sparse Merkle Tree
-
xias
Explicit numeric type conversions
-
rusted_list
A ever sorted list for rust that is operating on binary search
-
positivity
checking the non-negativity of values across various types
-
pth
Collection of algorithms and structures to handle paths properly
-
squares-rnd
fast counter based non-crypto random generator
-
gbps
gossip-based peer sampling
-
wotw_seedgen
Seed Generator for the Ori and the Will of the Wisps Randomizer
-
advancedresearch-hypo
Automatic hypothesis testing
-
gpu_rand
GPU-friendly random number generators for the Rust CUDA Project
-
dahl-partition
An efficient representation of a set partition
-
bevy_cells
Bevy library for working with entities in grids
-
hex_grid
easily work with 2d hex grids of arbitrary shapes
-
xelis_hash
A Xelihash optimize algo package
-
int_cmp
Small library for comparing unsigned integers with signed integers
-
utf-8
Incremental, zero-copy UTF-8 decoding with error handling
-
mccga
Implements the machine-coded compact genetic algorithm (MCCGA)
-
maglev
Google's consistent hashing algorithm
-
sprs_suitesparse_camd
sprs bindings to the suitesparse camd fill-in reducting ordering
-
biodiff-align
Sequence alignment bindings for biodiff
-
rustiny_fixed_point
tiny fixed point
-
async-convert
Async TryFrom/TryInto traits
-
japanese_number_converter
A lib to convert numbers into japanese
-
rutil
containing utilities for creating programs in rust
-
building_blocks_storage
Efficient storage for maps on sparse or dense, 2D and 3D integer lattices
-
lineargen
Bit sequence generators based on LFSRs
-
dims
Unit-Aware Types Library
-
stack-cell-ref
Share a reference in thread inner
-
displayr-rustr
R integration
-
buter
Fluid buffer as place for iterators
-
swifft
hash function, written in Rust
-
smoothed_z_score
Smoothed z-score algo (very robust thresholding algorithm)
-
supply-chain-trust-example-crate-000078
fast random number generator
-
aobscan
multi-threaded AOB memory scanning
-
pseudo_encrypt
native-Rust generic implementation of Psql's pseudo_encrypt
-
pkbuffer
Buffer objects made for arbitrary casting and addressing!
-
randu
MCG65539 is IBM System/360 random number generator
-
minecraft_launcher_core
A Minecraft launcher library written in rust
-
inexor-rgf-plugin-random
Inexor - Reactive Graph Flow - Plugin - Random
-
signalo_sources
A collection of filters used in 'signalo' umbrella crate
-
siphash_c_d
A no-std, safe, generic implementation of the siphash_c_d algorithm
-
proportionate_selector
Selecting useful solutions for recombination via fitness proportionate selection
-
game-solver
Solve any combinatorial game
-
gearhash
Fast, SIMD-accelerated hash function for content-defined chunking
-
rdeck
choosing distinct random elements
-
fstd
A fast standard library for Rust
-
value-box-ffi
C-like api to family of value-box crates
-
cellular_lib
simulation of cellular automata
-
math-concept
Common math concepts from Computer Science classes, implemented in Rust
-
modular
arithmetic in rust
-
compound_factor_iter
Iterator types for output permutations from a function combining multiple discrete factors
-
thirtyseconds
Short Rust 🦀 code snippets for inspiration
-
ddgg
A stable graph with undo/redo built in
-
grb-sys
Low level bindings to Gurobi
-
bidir-map
Bidirectional map implementation for Rust
-
similar-string
Find similar strings in Rust
-
soundchange
implementing sound change algorithms in Rust
-
simple-soft-float
soft-float library that intends to be a straightforward reference implementation of IEEE 754
-
scales
converting values between scales
-
const-fnv1a-hash
A #![no_std] crate for performing FNV1A-16/32/64/128 hashing on Rust stable at compile time
-
resiter-dpc-tmp
Helper crate for handling iterators over result [dpc's temporary release]
-
bravery_router
Radix Tree implementation
-
fixed-length-search
The fastest algorithm for finding a path with a specific length in a graph
-
algo-rs
Set of data structures and algorithms
-
id_graph_sccs
Find the strongly-connected components of a graph with nodes labeled by integer ids
-
gamemath
math library for game development, written in Rust
-
clamps
Wrapping, saturating, and other forms of number clamping
-
oefpil-sys
Rust FFI bindings to statically linked C/Fortran library OEFPIL
-
coaster-nn
coaster plugin providing Neural Network operations
-
mutification
Convert immutable reference to mutable reference
-
degrees
Easily work with and compare temeratures in different units
-
german-str
small-string optimized string type with fast comparisons
-
decluster
Iteratively declusters and replaces a randomised set of 2D points until a set is discovered where each point is separated by at least the specified minimum distance
-
cubecl-spirv
SPIR-V compiler for CubeCL
-
dists
2d distribution generator
-
ingrid
Dynamic two-dimensional arrays with algorithms
-
window-sort-iterator
An iterator adapter that sorts items within a sliding window
-
fenv-bind
a safe wrapper around fenv.h
-
sequencer
Dependency graph processing libarary
-
quantum_world_state
in-ram database with relationships between elements inspired by quantum superposition and entanglement
-
crc8-opensafety-fast
SIMD-powered implementation of CRC-8/OPENSAFETY
-
resistor
calculating the resistance of a resistor based on the color bands
-
stack
DSTs and arrays on the stack!
-
fnntw
Fastest Nearest Neighbor (in the) West. A fast kdtree/kNN library.
-
calculator_util
that helps you evaluating mathmatical expressions
-
narcissistic
number searcher
-
sortnet
Sorting Networks for Rust
-
number-utils
A calculation crate
-
meos-sys
MEOS C API bindings
-
nnapi-sys
FFI to the Android NNAPI
-
mop
Flexible and modular single or multi-objective solver for contiguous and discrete problems
-
nlsn-delaunay
Delaunay Triangulation and Refinement implementation through Bowyer Watson incremental insertion, conflict maps and ghost vertices
-
subway
Fast, performant in-memory SkipList implemented in Rust
-
bogosort
implemented in Rust
-
tenhou-shuffle
Tenhou Deck/Wall-Shuffling Algorithm
-
clock-page-replacement
clock page replacement algorithm implementation
-
glar-gemm-s8u8s32
high performance cpu kernels
-
mathlogic
made by Faizan Faisal, Email: f.f.programmer@gmail.com, f.f.programmer@hotmail.com
-
fuss
Small, lightweight simplex noise generator for Rust
-
hv-wfg-sys
A wrapper for the hyper-volume algorithm by While et al. (2012)
-
linreg
Calculates linear regresssions of two-dimensional data. Does not use stdlib, only depends on numeric traits.
-
kv-par-merge-sort
External sorting algorithm for (key, value) data sets
-
unit_converter
READ THE DESCRIPTION BEFORE USING THE LIBRARY. Add this in your main file {use unit_converter}. This is a binary converter library. all you have to do is call the function in the…
-
dancing-links
Exact cover solver using dancing links technique
-
guid-partition-types
A small crate designed to work with parition types and their GUIDs
-
rust-sort
common sorting algorithms, purely for learning
-
permutation-generator
A direct permutation generator
-
pi_hash
Provide unified hasher, HashMap and HashSet, The hash algorithm used can be determined by compiling conditions
-
weighted-median
Calculate the weighted median
-
gut
Geometry utilities: storing, manipulating and processing geometries
-
lehmer
Convert between permutation vectors, Lehmer codes and decimals
-
fenris-sparse
Sparse matrix functionality for fenris
-
rast
A toy implementation of the raft consistency protocol focused on speed
-
when
'When' parses natural language date/time and produces computer friendly output structures
-
linear-deque
A double-ended queue that can be sliced at any time without preparation
-
yaum
Units of Measurement
-
easy_base64
The package provides the base64 encode/decode functions
-
markov_rs
fast Markov chain generator in Rust
-
fixedbitset-utils
A bunch of utility stuffs that I use when working with bitsets in Rust
-
bitpacking-plus
Wrappers of bitpacking with extra pack formats
-
muscleman
A buffer utility
-
algorithm_playground
Algorithms Playground: To learn and understand the working of different algorithms in Computer Science
-
tokio_interval_buffer
Easy enum wrapper that implements all traits that the wrapped objects implement
-
case_converter
Case Converter
-
chain_from_last
Iterator adaptor for chaining from last item
-
is-real
real?
-
sorting
The world's best, finest and inefficient sorting algorithms
-
ford-johnson
algorithm (aka merge-insertion sort)
-
rusty_algo
Implementations of algorithms from 'Introduction to Algorithms' by Cormen et al
-
activation_functions
collection of activation functions
-
elm-solve-deps
A dependency solver for the elm ecosystem
-
kindness
Methods for returning random elements from an iterator
-
sharded-counter
A fast and concurrent counter
-
xcov
Knuth's Algorithm X (featuring dancing links) for solving exact cover problems
-
fastrand-contrib
Extension functionality for fastrand
-
ssdeep
wrapper for ssdeep
-
dogs
Discrete Optimization Global Search framework. Implements various search algorithms that can be found in combinatorial optimization or heuristic search.
-
or-iterator
Rust iterator which takes two iterators and returns non-empty one
-
simple_delaunay_lib
2D and 3D Delaunay algorithms in Rust
-
ripped
A pure-Rust Interior-Point solver for linear programs
-
minesweeprs
Probabalistic minesweeper solver, based on https://mrgris.com/projects/minesweepr/
-
lis
Longest increasing subsequence algorithm
-
rustlearn
A machine learning package for Rust
-
wgdiff
LCS-based diff algorithm
-
rscompress-coding
data coding supporting rscompress
-
granular-id
ID numbers with arbitrary precision
-
promerge
Parse, edit and merge Prometheus metrics exposition format
-
fibonacci_codec
fibonacci coding for primitive integer types
-
lindel
Hilbert and Morton encoding and decoding; in a word, linearising and delinearising
-
aleph-alpha-tokenizer
A fast implementation of a wordpiece-inspired tokenizer
-
argdata
binary serialization format
-
lightningscanner
A lightning-fast memory pattern scanner, capable of scanning gigabytes of data per second
-
satif-minisat
Rust wrapper for the minisat SAT solver
-
topset
Top N selector
-
kube_quantity_2
kube_quantity is a library adding arithmetic operations to the Quantity type from the k8s-openapi crate
-
algo_sorting
implement all kind of sorting in the world of algorithms and more sorting methods will be implemented soon
-
astro-notation
transcoding between Astro Notation Format and Native Rust data types
-
quine-mc_cluskey
Quine-McCluskey algorithm and Petrick's method
-
xx-hash
xxHash implementation
-
kodama
Agglomerative hierarchical clustering
-
dft
The package provides an algorithm to compute the discrete Fourier transform
-
balloon
Hash
-
tw-id-num
Check or generate Taiwan ID numbers
-
is-even-or-odd
Returns true if the given number is even or odd
-
u160
Unsigned Integer 160 bits
-
iris-lib
that creates color palettes from images using the median cut algorithm
-
highwayhash
Bindings to AVX-2-optimized SIP-like hash functions
-
bresenham
A fast, iterator-based integer-only implementation of Bresenham's line algorithm
-
rdftk_memgraph
Graph traits from rdftk_core::graph for simple in-memory usage
-
octarr
dynamic cubic octree capable of storing class data, accessed via indexers
-
rxqlite-common
A distributed sqlite database built upon
openraft
,sqlx
andsqlite
-
power-consistent-hash
Power consistent hash - constant expected time constant memory consistent hash
-
optimus
ID hashing and Obfuscation using Knuth's Algorithm
-
honestintervals
Comprehensive, correctly rounding interval arithmetic library
-
clipper2c-sys
Exposing unsafe FFI for Clipper2 library for Rust
-
phonics
Phonetic spelling algorithms in Rust
-
rand_rgb
Generate a random rgba-formatted color
-
indented-blocks
parser for indented blocks
-
parallel-factorial
fast, parallel factorial calculator
-
mumps-src
Build Mumps as a crate
-
opensimplex_noise_rs
OpenSimplex noise algorithm implementation in Rust
-
osqp-rust
The OSQP (Operator Splitting Quadratic Program) solver
-
zasa_core
internal core package for zasa
-
rlp-iter
An iterator following a space-filling pattern over a given range
-
curri-fsm
Functional Programming Finite State Machine With curri
-
polymatheia
Mathematical types, traits, and algorithms in pure and safe Rust
-
rost
sorting
-
smtlib-lowlevel
A low-level API for interacting with SMT solvers
-
hoeffding_integer_d
Hoeffding's Dependence coefficient presented as an integer between minimum and maximum integer values of the statistic. Hoeffding's D is like Pearsons correlation R, but accepts a wide range of nonlinear situations…
-
enso-generics
supporting generic programming
-
intersect2d
Line segment intersection detection
-
n18catalogue
Defines common 18xx tiles
-
location_based_sharding
Right sized sharding algorithm
-
gosh-fire
FIRE algorithm for geometry optimization
-
cbc-src
Redistribution of Coin-OR Cbc as a crate
-
dirty-fsm
A quick and dirty state machine library
-
sugiura-hiromichi_mylibrary
my personal library
-
tomt_async
Primarily a dumping ground for personal async snippets that may be used in other ToMT projects. If this crate is useful to others please let us know.
-
gurobi
An unofficial Rust API for Gurobi optimizer
-
fuzzy_dbscan
FuzzyDBSCAN algorithm
-
noice
Fork of noise-rs, a procedural noise generation library
-
caldyn
Dynamic evaluation of mathematical expressions
-
nd_vector
[WIP] Lengthen! Shrink! Iterate! Scale! Twist and turn to your imagination along any dimension on a vector!
-
oscirs_linalg
GPU accelerated linear algebra crate for scientific computing
-
graph-algo-ptas
PTAS on planars and other graph classes
-
simple_permutator
create permutations of a list of values. Eg Permutator::new(&[1,2,3]) creates an iterator that yields [1,2,3], [2,1,3], [2,3,1], [1,3,2], [3,1,2], [3,2,1]
-
img_hash_median
that provides perceptual hashing and difference calculation for images. Includes median PHash
-
vector_converter
convert between vectors of different types
-
pingora-ketama
Rust port of the nginx consistent hash function
-
labirust
Naive rust crate for implementing and testing maze solving Algorithms
-
rustsat-kissat
Interface to the SAT solver kissat for the RustSAT library
-
isnt-even-nor-odd
Returns true if the given number isn't even or odd
-
uncertain
Fast and correct computations with uncertain values
-
poseidon-permutation
An instantiation of the Poseidon permutation for decaf377
-
geo-buffer
methods to buffer (to inflate or deflate) certain primitive geometric types in the GeoRust ecosystem via a straight skeleton
-
graphene
A general purpose, extensible Graph Theory data type and algorithm library for Rust
-
raft-proto
Protocol definitions for the rust language implementation of the Raft algorithm
-
zwohash
A fast, deterministic, non-cryptographic hash for use in hash tables
-
tri_poly_moment
Calculate moments of random variables. The distributions of the random variables are normal, uniform, and exponential.
-
potpack
Rust port of the potpack algorithm
-
signal_processing
A signal processing library
-
double_sort
fast and simple sorting algorithm which groups numbers into pairs and orders them onwards as nodes
-
lapjv
Linear Assignmment Problem solve using Jonker-Volgenant algorithm
-
meshed
Graph creation and traversal tools
-
sdcons
geo-replicated distributed consensus algorithm: SDPaxos
-
fxtypemap
A fast type map based on internal hasher used in Firefox and Rustc
-
lazy_futuristic
Initialize variables lazily, futuristically
-
sat_toasty_helper
more-easily writing SAT constraints
-
hnsw_rs_thousand_birds
Ann based on Hierarchical Navigable Small World Graphs from Yu.A. Malkov and D.A Yashunin - Modified by the Thousand Birds Inc team to support building for windows
-
custom-rust-stemmers
Experimental fork of: A rust implementation of some popular snowball stemming algorithms
-
multi_mut
Methods on HashMap and BTreeMap for safely getting multiple mutable references to the contained values
-
list
A singly-linked stack like list support peek
-
learn-rust-with-bubble-sort
A quick and non-optimized, cloning version of the bubble sort algorithm. Created as a showcase for publishing crates in the Rust Cookbook 2018
-
refset
A non-owning HashSet
-
glushkovizer
Manipulation, regular expression and automaton library. Allows conversion of regular expressions into automata and analysis of automata and their orbits
-
env-convert
Conversion of environment variables with default values
-
rand-bits
Random number generators with a fixed number of set bits (ones)
-
keyde
Fast, Dependency-free Spacial Queries
-
pincol
PINned COLlections: data structures utilizing
Pin
pointer -
mesh-rand
methods of generating random points on the surface of 3d models
-
unik
A Powerful Universally Unique Identifier (UUID)
-
anon-vec
An Anonymous Vector that emulates dynamic typing
-
matchertools
Implements the Gale-Shapley algorithm and exposes it as an API
-
divsufsort
Rust port of Yuta Mori's divsufsort
-
fmul-to-int
Float multiplication to integer part
-
savage_core
A primitive computer algebra system (library)
-
pcg-mwc
A fast non-cryptographic psudo random number generator
-
utm
Convert latitudes and longitudes to UTM coordinates and vice versa
-
gsl_rust
A safe GSL wrapper
-
octarine
Color manipulation library
-
timely_sort
Sorting infrastructure for timely dataflow
-
numa_maps
Parse the numa_maps file
-
ringhash
Consistent hashing implementation
-
bvrs
A lightweight rust library for BitVector Rank&Select operations, coupled with a generic Sparse Array implementation
-
finite-state-automaton
A minimal DFSA implementation based on Jurafsky & Martin (2009)
-
bpci
Binomial proportion confidence intervals
-
genetic-rs-common
Commonly-used parts of genetic-rs
-
ensf594-project-mmap
Final project for the ENSF 594 course of the University of Calgary, summer 2022
-
satlog
A logger for SAT-like solvers
-
block-array-cow
In memory array de-duplication, useful for efficient storing of a history of data versions
-
closest-sum-pair
Finds a pair in a list that has the closest sum to a given number
-
k_nearest
K-nearest neighbors search for points with maximal search radius
-
npc-engine-utils
module of the NPC engine, providing re-usable support code
-
ipopt-src
Redistribution of Coin-OR Ipopt as a crate
-
interp1d
lightweight interpolation library written in Rust
-
geomorph
conversion between different coordinate systems
-
m4ri-sys
Bindings to m4ri
-
simple_optimization
Simpler optimizers for simple optimization
-
afarray
Convenience methods for working with ArrayFire arrays in Rust
-
easey
Easing functions for interpolation between 0.0 and 1.0
-
pushgen
Push-style design pattern for processing of ranges and data-streams
-
moving-least-squares
Image deformation using moving least squares
-
zip_eq
Zip iterator that check that its inputs have the same length
-
netsblox-stateflow
extracting state machines from NetsBlox code
-
multivariate-optimization
Evolutionary optimization of multivariate functions
-
robust-binary-search
Robust Binary Search provides a binary search implementation which is robust against errors during the search
-
pcoa
way to apply Principal Coordinate Analysis on a distance (dissimilarity) matrix
-
intpack
collection of functions for packing/unpacking unsigned integers into other unsigned integers of different sizes. For example, packing 4 u8's into a u32.
-
core_collections
copy of libstd::collections with all the parts that don't work in core removed. Most importantly, it provides HashMap and HashSet. This crate is (mostly) automatically generated from the rust git source…
-
non-dominated-sort
Fast Non-Dominated Sort Algorithm
-
packr2
a few packing algorithms for your needs
-
canonical-form
Reduce graphs and other combinatorial structures modulo isomorphism
-
streaming-stats
Experimental crate for computing basic statistics on streams
-
sparse_linear_assignment
Solvers for sparse linear assignment problem based on the auction algorithm
-
algos
A collection of algorithms in Rust
-
rustsat-cadical
Interface to the SAT solver CaDiCaL for the RustSAT library
-
tilecover
Generate the minimum number of tiles to cover a geometry
-
math-interpolate
Linear interpolation between two points to calculate the 3rd point
-
scialg
A collection of scientific algorithms
-
bigs
A bipartite graph sampler
-
clock-zones
handling clock zones
-
xxhash-c-sys
Bindings to xxhash
-
sonic-url
URL-based request builders and parsers for SONIC distributed contracts
-
fenris-optimize
Optimization functionality used by fenris
-
neutils
Utitlity functions
-
weighted-rs-1
A libray for weighted balancing algorithm
-
four-bar-ui
Four🍀bar GUI is a simulator, a synthesizing tool for four-bar linkages
-
ordmap
A map ordered by value
-
jps
Jump Point Search Implementation for Path Finding
-
near_enough
finding the difference between two values, and for getting the closest match from a set
-
dda-voxelize
3D mesh voxelization with the DDA algorithm
-
bentobox
A fast, allocation-free Monte Carlo model of a top-N podium finish in racing events
-
rdx
A collection of traits and algorithms to ease using radix sorts
-
geo-visibility
Compute visibility polygon
-
pure_decimal
A decimal type with no NaN and Infinity
-
numcmp
Comparison between differently typed numbers
-
optimization
Collection of optimization algorithms
-
branchy
tools for generating strings and sequences using context-free grammars
-
clp-src
Redistribution of Coin-OR Clp as a crate
-
is-even
Returns true if the given number is odd
-
heapify
Convenience functions to turn slices into max-heaps
-
radiate-rust
genetic algorithms and artificial evolution
-
grid_shapes
A general purpose 2d grid shape library
-
rs-category
Categorical traits
-
hora-new
Hora Search Everywhere
-
algs
Solutions for various algorithms, made as generic as possible
-
ga-scheduler
A Genetic Algorithm optimizer designed for scheduling and similar tasks
-
libpermute
A
no_std
compatible library that provides a function to permute the items of a slice -
srmfpa-berkeley-softfloat-3
Wrapper of berkeley-softfloat-3 for srmfpa
-
detect-lang
Language detection given paths and extensions
-
varint-compression
variable length integer compression
-
biodiff-wfa2-sys
Rust bindings for the WFA2 library
-
isolation_forest
Isolation Forest anomoly detection algorithm
-
tlsh-fixed
Rust port of Trend Micro Locality Sensitive Hashing
-
ceetle
A Computional Tree Logic (CTL) Verifier
-
cbsrs
A Circular Binary Segmentation algorithm
-
finny
Finite State Machines with a procedural builder-style API and compile time transition checks
-
svg-diff
Find the diff between 2 SVGs in the form of a list of operations to get transform from one SVG to the other
-
cpp_map
C++ std::map emulator
-
czt
The package provides an algorithm to compute the chirp Z-transform
-
wav2json
that decodes wav audio files into json waveform data
-
prototty_event_routine
Pseudo-synchronous composable event-based state machines for prototty apps
-
pagefind_stem
Snowball stemming algorithms repackaged for Rust, with languages behind feature flags
-
c2-sys
c2.h library
-
markov_rope
used to generate random chain of words based on an example text
-
yass-2
string similarity library
-
debris
the data structure
-
automaters
Implémentation d'automate en Rust. (FSM, NFA, DFA, NDFAE)
-
watchmaker_vm
virtual machine for use with genetic algorithms
-
is_i32
A blazingly fast algorithm to compute whether or not a value is an i32
-
multi_iter
Iterator for acting on multiple elements at a time
-
tique
drive a tantivy search index
-
reservoir-sampling
Implementations of a variety of algorithms for reservoir sampling in Rust
-
loop
The package allows for processing iterators in parallel
-
raftmodel
A logic model for the raft consensus algorithm
-
topcodes
A scanner for detecting TopCodes in an image buffer
-
automata-like-programming
that provides mechanisms for controlling the flow of execution in imitation of an automaton
-
lolraft
A Multi-Raft implementation in Rust language
-
ed2k
hash function
-
wildescape
string matching with questionmark, star wildcard operator and an escaped character
-
co_sort
Sort arrays given a permutation
-
spaced-repetition-rs
A spaced repetition algorithm based on anki and supermemo
-
hdiff
Paul Heckel diff algorithm
-
kahuna
A basic implementation of wave-function collapse for procedural generation
-
moon_stats
A set of statistical functions
-
mapwords
HashMap based keyword extraction
-
allowance
Rust Datatype to representate the deviation of measures
-
dynstore
A container for arbitrary castable objects
-
various_data_file
Store a dainary datas in a file. Use mmap, optimize fragments on delete, and reference identical strings.
-
const_lookup_map
Rust map that can be defined in a const context
-
number_easing
number easing functions
-
tempconvert
package to convert temperature into different units, and their types
-
rng-cli
A random data generator CLI tool. Prints an infinite stream of data generated from a selected PRNG algorithm to stdout. Basically a CLI frontend for the
rand
crate. -
floatconv
Floating point conversion functions
-
neato
package of useful tools
-
std_x
Collection of general purpose tools for solving problems. Fundamentally extend the language without spoiling, so may be used solely or in conjunction with another module of such kind.
-
binary_set
Binary set file
-
griditer
Contains a couple of iterators for implementing 2D grid based algoritms
-
varisat-checker
Proof checker for proofs generate by the Varisat SAT solver
-
iterwindows
An iterator adapter to iterate over all contiguous windows of length N
-
star_rng
opinionated PRNG for easier fuzz testing
-
numeric
N-dimensional matrix class for Rust
-
norms
A collection of distance metrics on strings
-
fastnoise-lite
FastNoise Lite is an extremely portable open source noise generation library with a large selection of noise algorithms
-
graphbench
A sparse graph analysis library
-
radixal
Digits iteration for unsigned integer types
-
vertical-multiplication
Vertical multiplication step by step
-
rtt
Rapidly-Exploring random trees path planning algorithm
-
brzozowski-regex
Brzozowski regular expressions
-
sortable-quick-unique-id
The Sort-able Quick Unique ID system
-
dochy_archiver2
A serializer which compresses integers
-
radix-ecmascript
Convert floating-point types to string representation as defined in ECMAScript Language Specification Section 9.8.1
-
randperm-crt
Small library for generating random permutations
-
word_sensitive
sensitive string matching, the implementation language is rust, and the algorithm used is ac
-
moving-least-squares-image
Image deformation using moving least squares
-
knn
compute KNN
-
shr3
3-shift register random number generator
-
sortby
adds convenient sort functions for Iterators
-
fixit
Converts infix (human-readable) expression tokens into postfix (Reverse Polish Notation) order
-
radiant-utils
Radiant example code support library
-
lev_distance
A copy of Levenshtein distance implementation from Rust Compiler
-
biodiff
Compare binary files using sequence alignment
-
deepmesa-encoding
A collection of data structures and algorithms designed for performance
-
gworld
evolve genetic algorithms (beginner friendly to advanced) and reduce boilerplate setup
-
path-finding-lib
variety of path finding and graph operations. Work in progress.
-
csparse21
Sparse Matrix Solver
-
graph_csr
that provides utility functions for manipulating graphs in a CSR format, used as the baseline for constructing powerful graph algorithms
-
gevlib
containing distributional quantities (CDF, PDF, Quantile, random generation) of the Extreme Value Distributions
-
xoroshiro128
Fast psuedo-random number generators
-
toolbox-rs
A toolbox of basic data structures and algorithms
-
generic-matrix
Manipulations and data types that represent 2d matrix
-
entro-shift
Entro Shift is a 32-bit, pseudo-random number generator algorithm
-
lax
LAPACK wrapper without ndarray
-
easings-rs
easings crate without any bells and whistles
-
geometrize-sys
geometrize bindings
-
osqp-sys
FFI bindings to the OSQP (Operator Splitting Quadratic Program) solver
-
randomizer
A random string/byte generator
-
acorn_prng
A no_std, 0 dependency, pseudo-random number generator based on the ACORN algorithm
-
benford
test the Benford-ness of a given set of numbers
-
extfsm
Extended Finite State Machine with internal event queue and entry/exit transitions
-
compact_bitset
A type for storing fixed-size arrays of booleans densely to optimize space
-
process_tools
Collection of algorithms and structures to handle processes properly
-
inttable
Specialized HashMap for randomly-distributed u64 keys
-
dep_crusher
Starting at a root node, traverse the dependency graph and flatten it
-
full
Matrix and array types for numeric values
-
sprs_suitesparse_ldl
sprs bindings to the suitesparse ldl solver
-
gmatlib
linear algebra in Rust and beyond!
-
uncertainty
allow the creation and arithmetic operations on numbers with uncertain values
-
minisat
interface. Solves a boolean satisfiability problem given in conjunctive normal form.
-
closest
nearest neighbor implementation
-
vconvert
vulnus to soundspace converter (or vice versa)
-
bruteforce
no_std-compatible brute force/string generation rust-nightly library
-
str_sim
Calculate the similarity between strings
-
suffix
arrays
-
domtree
dominance relation calculation
-
hotsax
based discord discovery algorithms
-
writebuf-core
A writable buffer that implements fmt::Write or ufmt::uWrite
-
scip-sys
Bindings for the C SCIP solver
-
path-finding
variety of path finding and graph operations. Work in progress.
-
lufact
Sparse LU factorization with partial pivoting
-
srand
Random number generators and other randomness functionality with simple apis to use
-
kmers-rs
k-mer manipulation
-
inexor-rgf-plugin-connector
Inexor - Reactive Graph Flow - Plugin - Connector
-
knaptime
Solve the knapsack problem and its variants
-
snake_case_converter_slom_test
convert strings to snake case
-
libtqsm
Sentence segmenter that supports ~300 languages
-
str-distance
Distance metrics to evaluate distances between strings
-
rustgraphblas
Wrapper for GraphBLAS.h exposing SparseMatrix and SparseVector
-
dfp-number-sys
Rust bindings for Intel® Decimal Floating-Point Math Library
-
statest
statistical test
-
rand_krull
Krull64/65 random number generators
-
fluent_state_machine
A domain-specific language (DSL) for creating state machines in Rust
-
mephisto-raft
language implementation of Raft algorithm
-
choose-rand
A small crate for choosing random items from a set of weighted items
-
caso
Category Theory Solver for Commutative Diagrams
-
nohash-hasher
std::hash::Hasher
which does not hash at all -
probabilities
Compact library for sampling and calculations related to various statistical distributions
-
rxqlite-tests-common
A distributed sqlite database built upon
openraft
,sqlx
andsqlite
-
crc16-spifujitsu-fast
SIMD-powered implementation of CRC-16/SPI-FUJITSU (CRC-16/AUG-CCITT)
-
rand_isaac
ISAAC random number generator
-
ffuzzy
generate / parse / compare ssdeep Context Triggered Piecewise Hashes (CTPH)
-
porco
Composable probability distributions
-
simple_graph_algorithms
goal of making running graph algorithms as easy as possible
-
aikit
Set of algorithms and utilities for common AI and ML problems
-
seximal
(base6) equivalent of Rust's type system
-
bitap
in rust
-
fpopt
a wrapper around manipulating floating point flags
-
threed-ice
The package provides an interface to 3D-ICE
-
stackbt_behavior_tree
Behavior Trees for StackBT
-
boostvoronoi_core
Boost voronoi private workspace (this workspace will be re-integrated in the main crate in next release)
-
f8
It's a float! It's a unorm! It's only one byte!
-
gossip
A generic gossip library that uses gossip-based peer sampling
-
crypto_api_blake2
Implements Blake2b for
crypto_api
-
fsm-rust-jb
FSM (with effects, like Mealy machine) implementation in Rust
-
ackr
Storm acking algorithm in Rust
-
float_math
Does math on floating point values
-
gcm-lcm
Greatest convex minorant, least concave majorant
-
packed-vec
Sorted, deduped, compressed vector of integers
-
suitesparse_ldl_sys
Raw bindings to SuiteSparse's LDL algorithm
-
streemap
Set of tree map algorithms (binary, squarified, ...)
-
rblas
BLAS bindings and wrappers
-
bcmp
bcmp offers fast binary data comparison algorithms to enumerate common substrings, unique substrings or determine a patch set
-
slur
A fast, iterative, correct approach to Stackblur, resulting in a very smooth and high-quality output, with no edge bleeding
-
but-what-about
A permutation & combination calculation crate for rust
-
more-iter
More iterator utilities
-
malwaredb-murmurhash3
MurmurHash3 implementation
-
aabel-hashmap-rs
implements extensions for HashMap
-
river-ring-buffer
ring buffer implementation
-
cogset
Generic implementations of clustering algorithms. Includes k-means, DBSCAN and OPTICS.
-
permutation-rs
Do calculations with groups
-
hirschberg
Generic implementation of Hirschberg's algorithm in Rust
-
isl-rs
Rust bindings for Integer Set Library
-
equation_generator
Generate random equations ! WIP
-
normalize-case
A small Rust library for normalizing string cases (snake_case, camelCase, PascalCase, etc.)
-
num-to-words
Number to words converter
-
gaps
Functionality for working with gaps/holes in ordered sequences of values
-
grapher
Simulate and visualize a force directed graph
-
map-gen-2d
2D map generation algorithms implementaion
-
icp_2d
A 2D Iterative Closest Point implementation in Rust
-
reverse-lines
Rust Iterator for reading files line by line with a buffer in reverse
-
affine_transforms
(Pre Release Package) Does linear transformations in R3
-
kurobako_problems
A collection of black-box optimization problems
-
read-byte-slice
An iterator over chunks of bytes as slices from an underlying reader
-
index-sort
Sort containers by index using user-specified swap and compare functions
-
rodar
a command line tool that brings together all the functions Roy would use for analysis and decision-making
-
boomphf-patched
Scalable and Efficient Minimal Perfect Hash Functions (version modified by Piotr Beling)
-
wy
wyhash algorithms
-
darwin-rs
Evolutionary algorithms library written in Rust
-
shufflr
Shuffle a lists using Fisher-Yates algorithm
-
lcs-diff
Compute differences between two slices using LCS algorithm
-
state_machine
state machine
-
minterpolate
Data set interpolation for mint primitives and raw arrays
-
libreda-interp
Interpolation of one and two dimensional arrays
-
sprs-rand
Random sparse matrix generation
-
backtrack
Solve hard constraints easily
-
polysplit
Algorithm that allows to split polylines into segments by the defined list of points not necessary belonging to the polyline
-
mersenne_twister
Mersenne Twister pseudorandom number generator
-
yabe
Integer bitcasts through the use of Mul and autoref specialization
-
byte_arithmetic
arithmetic on byte-like objects
-
math_lib_test
test Library for rust
-
dynforest
dynamic forest management
-
mincost
A collection of modern heuristic optimization toolkit
-
numb_rs
An experimental numeric package
-
fibonacci-like
A small crate to help you interact with second order sequences, such as the Fibonacci sequence, with no_std support
-
rendezvous_hash
Rendezvous hashing algorithm
-
divider
low level 2D path linearize and trapezoidator.fork from makepad
-
mersenne-twister-m
mersenne twister pseudorandom number generator
-
rbtree-defrag-buffer
Red-black tree based defragmentation buffer that maintains inserted and free intervals
-
func-iter
Functional programming utitilies for iterators and collections
-
generic-str
Annoyed that Rust has two string types? Well it doesn't any more
-
chksum
hash functions with a straightforward interface for computing digests of bytes, files, directories, and more
-
int_ranges
ranges tools for integer
-
voxel_chunk
A voxel object module which allows you to have private Chunk objects with methods to modify their data
-
algorithms-edu
Algorithms for pedagogical demonstration
-
async_from
Async version of From, Into, TryFrom, TryInto
-
rummikub_solver
Solves a board of Rummikub game by attempting to fit every piece given into a valid game set
-
yada_mod
Yada is a yet another double-array trie library aiming for fast search and compact data representation. This fork added a tokenization function
-
mime-detective
The
MimeDetective
spies for the magic number of a file or buffer and spits out strongly typed Mimes -
binary-helper
binary conversion crate
-
static_str_ops
A package allows using static strings with non-trivial operations, e.g.,
concat!
,format!
,call_once
, and more -
strseq
A string sequence library for Rust
-
szyk
generic topological sort
-
squirrel3-rs
reliable random number generator
-
fibonacii-heap
Priority queue implemeted using a Fibonacii Heap
-
spelling
A spellchecker using the Levenshtein distance as the heuristic for distance
-
pareto_front
Builds a Pareto front incrementaly
-
easings
Robert Penner's easing functions
-
lgeo
2D Geometry library, focusing on collision computation
-
uno
Encode floats in the range [0.0, 1.0] as unsigned integers!
-
peekable-buffer
Buffer with a cursor
-
bsutils
Binary search utilities with efficiency
-
grid_search_cardinal_point_to_point
Search algorithm for finding the shortest path between two points in a uniform-cost cardinal grid
-
n18map
Manages the state of 18xx maps
-
macro_machine
State machine generator using macros
-
highs-sys
Rust binding for the HiGHS linear programming solver. See http://highs.dev.
-
generalized_suffix_tree
Generalized Suffix Tree using Ukkonen's algorithm in Rust
-
solve-leetcode
Solutions to leetcode in rust
-
hash-match
Optimized pattern matching alternative
-
revonet
real-coded genetic algorithm for solving optimization problems and training of neural networks. The latter is also known as neuroevolution.
-
sorting_explorer
An exploration of various sorting algorithms
-
map_to_range
map numbers from on range to another
-
iffi
Make assertions about values used over FFI
-
simple-rnd
Tiny random number generation library
-
candle-gemm-c32
Playground for matrix multiplication algorithms
-
pi_guid64
An GUID Generator
-
minutae
Cellular Automata-esque simulation engine involving a 2D universe populated by cells and entities
-
compute-float
Computes floating point numbers using Eisel-Lemire algolithm
-
log_buffer
A zero-allocation ring buffer for storing text logs
-
flo_sparse_array
Sparse array data type: a fast map between usize values and data
-
isogeometric_analysis
Create implementing algorithms related to Isogeometric Analysis. Bezier, B-spline, NURBS, numerical integration and isogeometric approach to PDE approximation.
-
index_key
lexicographic sort order encoding
-
broccoli-rayon
broadphase collision detection algorithms
-
graph_solver
An undirected graph constraint solver for node and edge colors
-
turk
A generic minimax algorithm that may be used as an AI player for 2-player games
-
lesspass
An efficient implementation of the LessPass password generator
-
m4ri-rust
M4RI-based boolean linear algebra
-
eudex
A blazingly fast phonetic reduction/hashing algorithm
-
funny_crystal_hasher
Reimplementation of the funny_hash algorithm
-
bitset-fixed-utils
A bunch of utility stuffs that I use when working with bitsets in Rust
-
hidden-median
Finds the median of two lists, when merged without breaking sorted state
-
drain_at_sorted_unchecked
Terribly unsafe but highly efficient function that allows removing items from a vector with few moves
-
tdigest-rs
T-Digest algorithm in Rust
-
yavomrs
Variation of Myers for generic containers
-
quotient-filter
A quotient filter implementation
-
number_traits
number traits
-
pia
that adds packed integer arrays for mass storage of oddly sized variables
-
blitz-path
Implementations of the A* and JPS pathfinding algorithms
-
ordered-map
A HashMap, with the capability of accessing the keys and values in order
-
musemap
Fast DoS-resistant hashmap based on MuseAir hash algorithm
-
hyperid
Superfast id generator
-
dnorm
Sampling exactly from the normal distribution
-
librsb-sys
FFI interface for librsb
-
best-path
Shortest/longest path algorithms, where edge weight accumulation via either a sum or a product
-
bloock-merge
merge for our Sparse Merkle Tree
-
watchmaker
A genetic algorithm implementation in Rust
-
sra
A collection of spaced repetition algorithms
-
checked_int_cast
Conversions between primitive integers with overflow and underflow checking
-
advancedresearch-error_predictive_learning
Black-box learning algorithm using error prediction levels
-
tiny_tco
A tiny dirt simple no_std tail call optimization library
-
metromc
Markov chain Monte Carlo sampling using the Independence Metropolis-Hastings algorithm
-
shash
An arbitrary-length-input hash function for competitive programming and experimental purposes
-
scicrypt-numbertheory
A scicrypt crate implementing number theoretic algorithms such as random (safe) prime generation
-
zkp-mmap-vec
Replacement for
Vec
that uses file-backed storage -
spatium
Spatium. Calc distance between sequences.
-
itertree
Hobby project to experiment with tree traversal using iterators
-
constfft
providing an FFT API for arrays
-
perlin2d
Lightning fast 2D Perlin Noise generator
-
hangeul-id
Shorter unique id using Hangeul
-
distance
A collection of approximate string matching algorithms
-
jandom
Port of java.util.Random
-
yn
Natural language processing library for yes or no values
-
maze_generator
different maze generation algorithms
-
fhex
providing the ToHex trait for converting floating-point numbers to hexadecimal
-
minecraft_end_generation
The minecraft end generation implemented in rust
-
bogo-plus-plus
Blazingly fast 🚀 AI 🤖 Powered Sorting algorithm
-
identity-hash
std::hash::Hasher
which does not hash at all -
tlsh
Rust port of Trend Micro Locality Sensitive Hashing
-
verhoeff
algorithm, for number checksums
-
take-some
that provides a way to obtain *some* value from various collections
-
async-hsm
The lightweight asynchronous hierarchical state machine (HSM)
-
pascal_case_converter_slom_test
convert strings to snake case
-
snowgen
generating unique, time-based IDs using the Snowflake algorithm
-
downsample
keep downsampled history of data over long period of time
-
alg_ds
Algorithms & data structures
-
geometric_algebra
Generate(d) custom libraries for geometric algebras
-
chargrid_event_routine
Pseudo-synchronous composable event-based state machines for chargrid apps
-
savant_rs
Savant rust optimization library
-
ndarray-rblas
rblas
bindings forndarray
-
cut-optimizer-1d
A cut optimizer for cutting linear pieces
-
evolutionary
A fully extensible Rust framework for using paralyzed genetic algorithms to solve problems
-
to_precision
Write out a float rounded to the given position
-
str-similarity
A string similarity library
-
numerilib
Mathematics Library
-
blu
LU factorization with dynamic Markowitz search and columnwise threshold pivoting
-
delsum-lib
most functionality for the delsum crate
-
quickmaths
A collection of algorithims for generic mathematics
-
rusty_grammar
A modified CYK algorithm to work for Language
-
stalin-binary-search
alike binary search but any checking element which is not target one is eliminated
-
xtoken
Iterator based no_std XML Tokenizer using memchr
-
algorithm_rust
some common rust_algorithms, Everyone can participate, and the project will continue to be updated, all the algorithms comes from <Introduction to Algorithms III>
-
ss-graph-rs
A graph algorithm library written in Rust, primarily featuring a function for finding all paths
-
hashvec
A HashMap/Vector hybrid: efficient, ordered key-value data storage
-
order-maintenance
Totally-ordered priorities for the order maintainence problem
-
genesys-dice-roller
dice rolling library for genesys dice strings
-
varisat-internal-proof
Internal proof format for the Varisat SAT solver
-
rust-numerals
converting
i64
integers into their cardinal string format -
fxhash
A fast, non-secure, hashing algorithm derived from an internal hasher used in FireFox and Rustc
-
membuf
A safe-ish wrapper for allocating and reallocating heap buffers
-
randge
Generate unique random numbers
-
a-star_traitbased
Implemetaion of A* useful for stuct, based on train implementation
-
num_string
perform conversion between string and number
-
rand-wyrand
The extremely fast WyRand PRNG for the rand ecosystem of crates
-
deviz
access to a VS Code extension for displaying structured program output
-
heterogeneous_graphlets
computation of heterogeneous graphlets
-
usize_conversions
Conversion traits for conversions between
usize
and fixed sized integers -
quickfib
A no_std compatible Fibonacci calculation algorithm implemented in Rust
-
klownie_matrice
My personnel project on matrices
-
vlfeat-sys
FFI bindings to vlfeat library
-
round_mult
A tiny library to round a number up or down to a multiplier
-
z3-sys
Low-level bindings for the Z3 SMT solver from Microsoft Research
-
small_str
A String-like but using SmallVec internally
-
aid
Rust port of the id generation algorithm use in Misskey
-
bft-core
An efficient and stable Rust library of BFT core for distributed system
-
eziter
Wrapper around Iterator
-
rs-uuid
Universally unique identifier generator
-
count_sort
O(n) sorting library for large datasets with small range of possible values
-
clipper-sys
Boolean operations on polygons (Clipper wrapper)
-
radiate_web
Train Radiate remotely
-
gacha-traits
traits for making gacha emulators
-
monster
Collection of random utilities
-
rs_state_machine
A business-oriented state machine library
-
rollsum
Rolling checksum implementation
-
pcg
A port of the PCG random number generation library
-
hnsw
Fast approximate nearest neighbors
-
permut_lib
function to generate permutations on a dictionry of a u8 chars set. I used it for generate unic Items into my proc macros.
-
bound-stl
attempts to implement lower_bound and upper_bound in C++ STL
-
eprng
Extremely Pseudo RNG
-
las-kml-to-stl
A short description of my package
-
igs
solving impartial games
-
triangulation
A collection of triangulation algorithms
-
froggy-rand
Random number generation without state for games
-
exxact
drop-in float replacement for exact arithmetic
-
fastcmp
A fast byte slice comparison library
-
salsa
A generic framework for on-demand, incrementalized computation (experimental)
-
oblivious_state_machine
defines an abstraction level to conveniently describe state machines
-
biterate
API for Gurobi optimizer
-
influxdb2-structmap
Procedural macro library for converting between Rust structs and associative containers
-
rure
A C API for Rust's regular expression library
-
grid_search_cardinal_distance_map
Grid where each cell stores the distance from a set of interesting points to each cell in a uniform-cost cardinal grid
-
quickbacktrack
back tracking with customizable search for moves
-
grid_search_cardinal_common
Reusable components for use implementing uniform-cost cardinal grid-searching algorithms
-
flo_curves
manipulating Bezier curves
-
py-fossil-delta
functions for calculating differences between strings and applying calculated deltas
-
diamond-square
Generate heightmap using diamond-square algorithm
-
alea
randomness
-
rustlex_fsa
manipulating (deterministic) finite automata
-
heapp
Some heap operations on slice
-
piston-history_tree
A persistent history tree for undo/redo
-
Algod
Many types of rust algorithms and data-structures
-
isize-vec
isize sorted vector
-
pack
Solver for packing puzzle
-
do_util
Discrete Optimization utilitary library (data-structures)
-
winsfs-core
Site frequency spectrum estimation based on window expectation-maximisation algorithm
-
wordfeud-solver
evaluate all possible moves given a wordfeud board and rack
-
copper
A constraint programming solver
-
reachability_solver
A linear reachability solver for directional edges
-
geo-rand
Generate random geometric shapes
-
prandom
Some PNRG algorithms implemented in Rust
-
deterministic-finite-automaton
generic implementation of a deterministic finite automaton
-
hexagon-map
Coordinate transformation and pathfinding for hexagonal maps
-
rscompress-approximation
data approximations supporting rscompress
-
rustgym-util
handy macros, data types and traits for rustgym
-
rng_buffer
Wrappers around RNGs to buffer their output and save system calls
-
quicksort_gen
Generic implementation of quicksort algorithm
-
closed01
checked floating point operations within the range [0,1]
-
ordered-vector
Keep ordered vector of mutable elements
-
crc8-gsmb-fast
SIMD-powered implementation of CRC-8/GSM-B
-
spral-sys
Rust FFI bindings for SPRAL
-
algen
A parallelized genetic algorithm runner
-
rustsat-glucose
Interface to the SAT solver Glucose for the RustSAT library
-
ciclo
Exhaustive cycle enumeration
-
iterchunks
An iterator adapter to adapter that yields N elements of the iterator at a time
-
byte-num
converting numbers to bytes, and bytes to numbers in base 10!
-
miraland-nohash-hasher
std::hash::Hasher
which does not hash at all -
valistr
Creating immutable string wrapper types with values validated with regexes
-
squares-rng
Squares RNG for game development
-
step-machine
Run your CLI program as state machines with persistence and recovery abilities
-
small-sorted-map
Heap-stored map based on a sorted list
-
clingo-sys
Raw FFI bindings to the C API of the clingo library
-
pdqsort
Pattern-defeating quicksort
-
n_best
Convenient collection to gather the N highest elements, and discard the others
-
f3l_surface
3D Point Cloud Library
-
robin_merge
merging vectors round-robin style
-
exotic-iter
My personal collection of special-case iterator methods
-
wfc_voxel
A Wave Function Collapse solver using preliminary voxel files
-
myopic-brain
Search and evaluation for determining best move available in a chess game
-
primitive_traits
Traits over primitive types. Particularly stuff not covered by num-*.
-
web-glitz-buffer-vec
Implements growing WebGlitz memory buffers for slices of data
-
automafish
state machine builder for creating deterministic state machines out of nondeterministic state machine definitions
-
limited_direction
Find path to any direction and distance but with limited directions
-
elements-frequency
Finds the frequency of elements in a list
-
geohash-tools
A collection of functions to manipulate GeoHashes
-
ruststft
computes the short-time fourier transform on streaming data
-
wyhash2
in rust
-
masker
Mask patterns in data
-
xxhash-c
Safe wrapper to xxhash
-
double-buffer
double buffer generic implementation
-
mx3
algorithm providing a bit mixer, pseudo-random number generator, and hash function
-
cellular_maps
generate 2D procedural bitmaps using the cellular automata technique
-
random_tester
similar to https://www.fourmilab.ch/random/
-
rusted_pipe
Real time processing library for developing multithreaded ML pipelines, written in Rust
-
candle-gemm-f32
Playground for matrix multiplication algorithms
-
rs-kdbush
A very fast static spatial index for 2D points based on a flat KD-tree
-
ncollide_testbed3d
3D testbed for ncollide
-
plumtree
algorithm
-
integer-hasher
std::hash::Hasher
which does not hash at all -
dynamic-weighted-index
Data structure to sample elements with weights that can be efficiently updated
-
iter_vec
vector of iterator but specialized for std::slice::Iter
-
batbox-color
Working with colors
-
stringr
random string functions
-
bufferpool
A vector of vectors backed by one contiguous vector - allows mutable borrows of non-overlapping regions
-
ivy-random
random utility functions to the ivy framework
-
etsm
Efficient Tiny State Machine using object callbacks
-
aristeia
An evolutionary computation library
-
graph-neighbor-matching
Graph similarity score using neighbor matching
-
tousize
A helper trait to convert values into usize
-
eytzinger-map
array/vec based map using eytzinger search algorithm
-
picorand
A zero-dependency, no_std-compatible, easily extendable library intended for fast random number generation using the WyRand PRNG with a pico-sized footprint
-
rs_sha3_256
rs_sha3_256
is a Rust implementation of the SHA3-256 cryptographic hash algorithm, part of the largerrs_shield
project. This package provides SHA3-256 hashing functionality in a standalone manner… -
assessment
that allows different types of assessments, to convert between them and to perform basic operations
-
rbi
A FIFO index queue that can be used for implementing a ring buffer
-
moore-hilbert
A safe Rust binding to Doug Moore's Fast Hilbert Curve Generation, Sorting, and Range Queries
-
kitty_pool
A safe buffer pool
-
regex_macros
statically compiled regular expressions for Rust. Unless you specifically need compile time regular expressions or a matching engine that is guaranteed not to allocate, you should temporarily prefer using…
-
genomic
A small crate for implementing genetical algorithms
-
xxh3
XXH3 hash function
-
n18io
Manages the (de)serialisation of 18xx tiles and maps
-
ord_by
Conveniently attach a custom compare function to any type
-
string_calc
Perform calculations based on String to avoid floating point errors
-
lsh-rs
LSH: Approximate Nearest Neighbor Search with Locality Sensitive Hashing
-
funfsm
An FSM library where the states are functions
-
msws
Middle Square Weyl Sequence pseudorandom number generator
-
blake3-std
the BLAKE3 hash function implementation with std::simd
-
attorand
A small random number generator hacked on top of Rust's standard library
-
sol_prng
functional pseudo random number generator. No mutability. Relies on shadowing as of now.
-
generic-matrix-impl
generic matrices and their associated operations
-
lsap
Solving linear sum assignment problem using JV algorithm as in Scipy
-
md6
hash function for Rust via FFI
-
mattr
transposing multi-dimensional data
-
buf_redux
Drop-in replacements for buffered I/O in
std::io
with extra features -
varisat-dimacs
DIMCAS CNF parser and writer for the Varisat SAT solver
-
vec_rand
Vec generator to hold random contents
-
elara-math
Rust-native tensor and math library
-
string-ring
A circular string buffer with character- and line-level granularity
-
random-trait
random trait meant to produce random generic types
-
total-space
Explore the total space of states of communicating finite state machines
-
generations
running generation-based simulations in Rust
-
java-rand
java.util.Random
-
permoot
General-purpose no_std permutation library
-
bareiss
Calculates the determinant of an integer square matrix
-
octopus_query
query engine for arrays of integers (scoring only idf at the moment), supports AND/OR/DisMax/Constant queries
-
sqnc
Traits and adaptors for sequences
-
quad3
quadtree implementation in Rust
-
floating-distance
Measure distance between floating-point vectors in Rust
-
nostbeep
A no_std implementation of a binary heap. Binary Heap is implemented as a max heap.
-
epilog
A collection of Prolog-like tools for inference logic
-
beehave
defining and evaluating a hierarchical state machine (behaviour tree)
-
kdvtree
K-dimensional tree space-partitioning data structure
-
spare_buffer
A wrapper around Vec that provides access to the “spare” capacity of the vector as a mutable slice
-
luhn3
A Luhn validation library
-
enchainte-merge
merge for our Sparse Merkle Tree
-
strider
ringbuffer operations on multiple values at once with an efficient implementation. useful for moving a window with variable step through a possibly infinite stream of values while avoiding unnecessary memory allocations
-
building_blocks_search
Search algorithms for voxel data
-
str_stack
string allocator for allocating many write-once strings. This library is primarily useful for parsing where you need to repeatedly build many strings, use them, and then throw them away…
-
rbf
Super simple const generics based ring buffer implementation for no_std
-
iso_iec_7064
Support for check digit operations conforming to ISO/IEC 7064
-
generic-octree
generic implementation of a linear Octree
-
pqgrams
package implements a basic version of the PQ-Grams tree-edit-distance approximation algorithm, as generically as possible. It defines traits that you can define for your label-types and tree-types…
-
ordered_vec
A trait that ensures that elements in a vector are pushed in a sorted order (both ascending and descending)
-
graph-tools
Graph tools and algorithms written in Rust
-
fsmentry-core
Finite State Machines with an entry API and data storage
-
ratio-genetic
Ratio's genetic algorithms library
-
sfmt
SIMD-oriented Fast Mersenne Twister (SFMT)
-
qunit
Experimental uom-like library which enables compile-time verification of dimensional analysis, with support for statically-sized vectors and matrices
-
max-subarray-sum
Finds the maximum subarray sum in a list
-
slicetools
Add extra iterators to slices
-
onemax-oxigen
OneMax simple problem resolution using oxigen
-
pushy
A pushable stack-allocated buffer
-
c3-linearization
C3 linearization
-
alyx
Alyx
-
mycrc
Create your own cyclic redundancy check (CRC)
-
byteloaf
heap-allocated byte buffer (a 'loaf') via independently owned, accessed, and moved slices
-
bitap-reference
Reference functions for the bitap crate
-
former_types
A flexible implementation of the Builder pattern supporting nested builders and collection-specific subformers. Its compile-time structures and traits that are not generated but reused.
-
genetic_algorithms
solving genetic algorithm problems
-
koek-redact
Allows for redaction of values when outputting them to places where sensitive data is not permitted
-
sparsemat
sparse matrix library
-
ordslice
Extensions for ordered slices
-
fastfloat
Fast-math wrapper and convenient numeric functions for approximate floating point operations in Rust
-
rule30
Pseudo random number generator with cellular automaton rule 30
-
mesh-sweeper
Mesh sweeping algorithms!
-
generic-floyd-warshall
A generic implementation of the Floyd-Warshall algorithm for array-like types
-
istos
graphs
-
smart_buffer
A hybrid stack/heap buffer
-
rs_shake256
rs_shake256
is a Rust implementation of the SHAKE256 cryptographic hash algorithm, part of the largerrs_shield
project. This package provides SHAKE256 hashing functionality in a standalone manner… -
bernoulli
An exact Bernoulli distribution
-
sparse_graph
Sparse graph algorithms
-
bmatcher-core
bmatcher is a flexible and efficient binary pattern matching library designed to help you search and match binary data
-
logicng-open-wbo-sys
LogicNG Bindings for OpenWBO
-
xfind
Fast forward and backward stream search routines
-
intern-str
Efficient, compile-time string interning for Rust
-
csinsertion_sort
Insertion sort implementation for indexable collections
-
microstate
Finite state machine, inspired by micromachine
-
pvpgn-hash-rs
Battle.net v1.0 hash algorithm implementations on rust
-
rustsat-minisat
Interface to the SAT solver Minisat for the RustSAT library
-
diagonal
Extract diagonals from a matrix in various directions
-
smolmask
A small library for storing small binary masks in just a single integer
-
fux_kdtree
K-dimensional tree implemented in Rust for fast NN querying
-
randlib
Dependency-less random value generator using pointer addresses and time
-
generic-state-machine
that allows to create generic or Moore or Mealy state machines that allows the use of custom transition functions
-
schindel
rust min-shingle hashing
-
crc24-interlaken-fast
SIMD-powered implementation of CRC-24/INTERLAKEN
-
simple_nn
nueral network library
-
norm
A collection of distance metrics on strings
-
miura
Math library written for learning Rust
-
slice_search
A collection of algorithms for searching within slices
-
fasthash
A suite of non-cryptographic hash functions for Rust
-
fastnoise-simd
A safe wrapper around the fastnoise-simd-bindings crate
-
autobahn-hash
HighwayHash, a fast and strong SIMD hash function
-
letterboxed
A solver for the New York Times Letter Boxed puzzle - https://www.nytimes.com/puzzles/letter-boxed
-
rl-bandit
multi-armed bandit implementation
-
alcs
All Longest Common Subsequences and String Fuzzy Search
-
shufflebag
A shuffle bag implementation on rust
-
debug_sat
A debuggable automatic theorem prover for boolean satisfiability problems (SAT)
-
finite-state-machine
A type and trait based finite state machine macro
-
murmur2
hash functions - see docs.rs
-
prefix-range
Compute bounds for prefix string queries for BTreeSet/BTreeMap::range
-
rent_vec
vector with a unique owner for every item
-
genetic-algorithm-fn
Using genetic algorithms to maximize functions
-
fst-bin
command line tool for using finite state transducers to compactly represents sets or maps of many strings (> 1 billion is possible). The command line tool exposes functionality to search FSTs using regular expressions…
-
spatial-neighbors
certain Spatial-Partitioning Algorithms | DataStructures
-
const-linear
linear algebra library based on const generics
-
cuckoo
search algorithm
-
stackbt_automata_impl
Automata implementations for StackBT
-
find-simdoc
Time- and memory-efficient all pairs similarity searches in documents
-
meta_tools_min
Collection of general purpose meta tools. Minimal Set.
-
array-matrix
Treats two-dimensional arrays as matrices and introduces matrix operations
-
fliphash
A constant-time consistent range-hashing algorithm
-
sonare
Runtime environment for formally-verifiable distributed software
-
tile-buffer
Tiling Buffer useful when dealing with range requests
-
bqrs
apply boolean query to text
-
waifu
solver
-
concorde_rs
binding to Concorde TSP Solver
-
curveipo
2D curve interpolation
-
hashdozen
A novel 48 bit hashing algorithm producing human-readables hashes
-
nucleic-acid
Implementations of Suffix Array, Burrows-Wheeler Transform and FM-index
-
yet-another-md5
compute md5 hashes from Read objects
-
grid_search_cardinal_best
Search algorithm for finding the shortest path to the best cell in a uniform-cost cardinal grid
-
animgraph
Animation data flow library using hierarchical state machines
-
candle-gemm-c64
Playground for matrix multiplication algorithms
-
const-crc32
A
const fn
implementation of crc32 checksum algorithm -
sacabase
Base types and functions for suffix arrays and longest substring search
-
tree-edit-distance
Find the lowest cost sequence of edits between two trees
-
block-pseudorand
Generator of random Vec<T>'s for types that can be transmuted from arbitrary bytes
-
smbus-pec
Minimal portable implementation of SMBus Packet Error Code calculation algorithm
-
mop-blocks
Foundation blocks for MOP
-
lisa
longest increasing subsequence algorithm [ O( nlogn ) ]
-
priority_container
Datastructure to find n biggest/smallest items within a large set
-
pmsa
Parallel Mergeing of two Sorted Arrays
-
cutter
usefull functions for parsing text. Used for cutting between strings.
-
suraft
extended Raft algorithm
-
base62num
A convertor between numbers and strings in Base62
-
lazy-transform-str
Lazy-copying lazy-allocated scanning
str
transformations. This is good e.g. for (un)escaping text, especially if individual strings are short. -
siphash
A fast implementation of the SipHash hashing algorithm with no dependency on libstd
-
twentyfour
A solver for the 24 card game
-
vqsort-rs
Rust bindings for the Google Highway's vectorized quicksort
-
n18game
assets and logic for 18xx games
-
wstring_tools
Tools to manipulate strings
-
scalar
A trait for scalars (integers and floats)
-
jenkins_hash
Native rust implementation of the hash algorithms from Bob Jenkins
-
kmp
Various functions using the Knuth–Morris–Pratt algorithm to efficiently find patterns
-
fxsm
A state machine procedural macro for enums
-
npy-writer
Export numpy arrays in the npy or npz format
-
simdutf8
SIMD-accelerated UTF-8 validation
-
coinipopt-sys
The low-level bindings to the COIN-OR Clp library
-
coloring
Convert values to color simply and securely
-
mop-solvers
Solvers for MOP
-
itemops
some operations on items of slices
-
pocket_prover-set
A base logical system for PocketProver to reason about set properties
-
highhash
High-speed hashing algorithms for Rust
-
kagemeka
Kagemeka's Rust Package
-
scorpius
data structures and algorithms library
-
search-autocompletion
Search Auto Completion
-
ccl-fxhash
A fast, non-secure, hashing algorithm derived from an internal hasher used in FireFox and Rustc. This is a fork designed for use with ccl. Rights go to the original creator.
-
ceres-solver-src
Rust distribution of Ceres Solver built as a minimal static library
-
rs_sha512
rs_sha512
is a Rust implementation of the SHA-512 cryptographic hash algorithm, part of the largerrs_shield
project. This package provides SHA-512 hashing functionality in a standalone manner… -
selfsimilar
A fast generator of discrete self similar random numbers
-
varisat-formula
Basic formula data types used by the Varisat SAT solver
-
crc-32c
Comput CRC-32C using accelerated SIMD and fusion algorithm
-
csselection_sort
Selection sort implementation for indexable collections
-
buf-trait
abstract over [u8], str, and friends
-
generic_levenshtein
Generic and fast implementation of the Levenshtein distance
-
stacked-sandwich
Find all occurances of a number in a row/column sorted matrix; in square root of linear time!
-
morel
A string searching library
-
tab-hash
twisted tabulation hashing for 32-bit and 64-bit unsigned integers
-
weighted_levenshtein
Generic implementation of Levenshtein distance allowing arbitrary weighting of operations
-
slot_generator
Efficiently generate and reclaim slot IDs from a numerical range
-
crc16-opensafetyb-fast
SIMD-powered implementation of CRC-16/OPENSAFETY-B
-
rs_shake128
rs_shake128
is a Rust implementation of the SHAKE128 cryptographic hash algorithm, part of the largerrs_shield
project. This package provides SHAKE128 hashing functionality in a standalone manner… -
multistr
Store multiple strings in the same heap buffer
-
smolmap
A hashmap on the stack
-
rsfsm
Rust Finite State Machine Library
-
lcg-rand
Lightweight open source random number generator using the Linear Congruential Generator algorithm
-
smart_ape
A genetic algorithms library
-
snappy_framed
Read and Write implementations for streaming, framed Snappy compression format
-
kurobako_solvers
A collection of black-box optimization solvers
-
sorted-rotated
Finds a number in a sorted and rotated list in O(logN) time
-
rolling-dual-crc
Rolling CRC with 32-bit CRC32C and 64-bit CRC64/XZ
-
random-fast-rng
Blazing fast non cryptographic random number generator
-
searchsort
trait implementing Binary Search and Quick Sort algorithms
-
fuzzy-search
collections for fuzzy search
-
sosorted
A set of methods to efficiently manipulated sorted arrays
-
semistr
Immutable string stored inline or on heap
-
gen-combinations
A general combination generator
-
gchemol-neighbors
Neighborhood search for chemistry
-
deus
waifu2x solver
-
linear_solver
A linear solver designed to be easy to use with Rust enum expressions
-
curuam
lot of useful functions and structs like Ipv4, Ipv6, Mac, random_in_range, memcpy, checksum, EthHeader, IpHeader, and etc
-
rust_array_set_range
that allows to set range of values in Rust's fixed size arrays
-
xcolabel
Convert between column label to 0-based number
-
candle-gemm-f64
Playground for matrix multiplication algorithms
-
nefsm
state machine library for Rust
-
shuffled-iter
Iterate through a set of values in random order without allocating them all
-
fingles
hash-based text similarity analysis
-
batbox-lapp
Linear algebra (batbox-la) extensions
-
xxhash-rs
Safe Rust implementation of xxHash
-
scour
A fuzzy search algorithm
-
ssri2
Various utilities for handling Subresource Integrity
-
rudoku-core
A Sudoku library for generating and solving Suokus
-
genetic_optimization
solving optimzation problems with a genetic algorithm
-
n18route
Searches 18xx maps for optimal route combinations
-
multiarray
Small Rust library for handling multi-dimensional data
-
adler32fast
Fast, SIMD-accelerated Adler-32 checksum computation
-
jumpch
Jump Consistent Hashing is a fast, minimal memory, consistent hash algorithm
-
asearch
Approximate pattern matching on Rust
-
fsm
Finite State Machine library, provide State and Event types, then create a machine with an initial state, give it some transition behaviours and you have your state machine!
-
const-murmur3
A const fn implementation of the murmur3 hashing algorithm
-
gpp-solver
A small hybrid push-pull solver/planner that has the best of both worlds
-
grid_search_cardinal
Collection of search algorithms for uniform-cost cardinal grids
-
rs_sha512_256
rs_sha512_256
is a Rust implementation of the SHA-512/256 cryptographic hash algorithm, part of the largerrs_shield
project. This package provides SHA-512/256 hashing functionality in a standalone manner… -
word_generator
generating random words that souds similar to a choosen language
-
fasthash-sys
A suite of non-cryptographic hash functions for Rust
-
maglev_rs
Maglev hashing algo implmentation
-
crc8-hitag-fast
SIMD-powered implementation of CRC-8/HITAG
-
petgraph-gen
Graph generators for petgraph
-
gestalt_ratio
Calculate the gestalt pattern matching ratio between two strings
-
ecosystem
A small genetic algorithms library
-
maybe_utf8
Byte container optionally encoded as UTF-8
-
sacapart
Partitioned suffix arrays, for use with
sacabase
-
geass
15puzzle solver
-
rotation
Rotate your list clockwise and anti-clockwise
-
hamming-heap
Amortized constant time min heaps for binary features in nearest neighbor searches
-
byond-crc32
Fast CRC-32/BYOND checksum computation
-
crc32_light
Calculate CRC-32 checksum
-
candle-gemm-f16
Playground for matrix multiplication algorithms
-
jaro_winkler
Fast implementation of Jaro-Winkler for comparing two strings
-
crc8-nrsc5-fast
SIMD-powered implementation of CRC-8/NRSC-5
-
sdbm
non-cryptographic hashing algorithm
-
bufhash
Buffered hashing facilities
-
needle
Fast search functions for finding things in Strings, Arrays and iterators
-
vrp-solver
An extension which provides custom metaheuristic for solving VRP
-
strs_tools
Tools to manipulate strings
-
taxicab-map
Coordinate transformation and pathfinding for Taxicab Geometry
-
quickxorhash
Fast implementation of QuickXorHash in Rust
-
radiate_matrix_tree
Matrix Tree model compatable with Radiate's evolutionary engine
-
math_adapter
Collection of math adapters to decouple your application from math libraries' implementations and to provide both inter-libraries compatibility and affordable exchangeability
-
xxhash2
Bindings to libxxhash to provide the xxHash algorithm in Rust. Also contains an implementation of the std::hash traits so this can be used with the standard HashMap.
-
crc32c-hw
Hardware-accelerated (SSE 4.2) implementation of CRC32C with software fallback
-
n18hex
Defines the geometry of hexagonal tiles for 18xx
-
const-crc32-nostd
A
const fn
implementation of crc32 checksum algorithm