Module _dep

Source
Expand description

Re-exported optional dependencies.

Modules§

_allocalloc
alloc Re-exported Rust alloc library.
_stdstd
std Re-exported Rust std library.

allocator_api2dep_allocator_api2
allocator-api2 Mirror of Rust’s allocator api for use on stable rust
atomicdep_atomic
atomic A generic atomic wrapper type.
bumpalodep_bumpalo
bumpalo A fast bump allocation arena for Rust.
bytemuckdep_bytemuck
bytemuck Small utilities for casting between plain data types.
const_strdep_const_str
const-str Compile-time string operations.
crosstermdep_crossterm and std
crossterm Cross-platform Terminal Manipulation Library.
fltkdep_fltk
fltk Rust bindings for the FLTK GUI library.
flumedep_flume
flume A blazingly fast multi-producer channel.
fontduedep_fontdue
fontdue A simple no_std font parser and rasterizer.
gilrsdep_gilrs
gilrs Game Input Library for Rust.
hashbrowndep_hashbrown and alloc
hashbrown A drop-in replacement for Rust’s standard HashMap and HashSet.
imagedep_image
image Basic image processing and encoders/decoders for common image formats.
itertoolsdep_itertools
itertools Extra iterator adaptors, iterator methods, functions, and macros.
jiffdep_jiff and alloc
jiff A high level datetime library that is secure and performant.
js_sysdep_js_sys
js-sys Bindings for all JS global objects and functions in all JS environments.
kiradep_kira
kira Expressive audio library for games.
libmdep_libm
libm A port of MUSL’s libm to Rust.
logdep_log
log A lightweight logging facade.
memchrdep_memchr
memchr Optimized routines for string search primitives.
midirdep_midir
midir A cross-platform, realtime MIDI processing library.
miniquaddep_miniquad
miniquad Cross-platform window context and rendering library.
ncdep_nc
nc Access system calls directly in: linux, android, freebsd, netbsd, macos.
oriondep_orion
orion Usable, easy and safe pure-Rust crypto.
portable_atomicdep_portable_atomic
portable-atomic Portable atomic types including 128-bit atomics, floats, etc.
portable_atomic_utildep_portable_atomic_util
portable-atomic-util Synchronization primitives built with portable-atomic.
pyo3dep_pyo3 and std
pyo3 Bindings to Python interpreter.
rand_coredep_rand_core
rand_core Random number generation traits.
raw_cpuiddep_raw_cpuid
raw-cpuid A library to parse the x86 CPUID instruction.
rayondep_rayon
rayon Simple work-stealing parallelism for Rust.
regex_litedep_regex_lite
regex-lite A lightweight regex engine optimized for binary size and compilation time.
rodiodep_rodio
rodio Audio playback library.
rustixdep_rustix
rustix Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls.
safe_archdep_safe_arch
safe_arch Exposes arch-specific intrinsics as safe functions.
sdl2dep_sdl2
sdl2 SDL2 bindings for Rust.
sdl3dep_sdl3
sdl3 SDL3 bindings for Rust.
serdedep_serde
serde A generic serialization/deserialization framework.
simdutf8dep_simdutf8
simdutf8 Blazingly fast API-compatible UTF-8 validation for Rust using SIMD extensions.
stringzilladep_stringzilla
stringzilla SIMD-accelerated string search, sorting, fingerprints, and edit distances.
symphoniadep_symphonia
symphonia Pure Rust media container and audio decoding library.
sysinfodep_sysinfo
sysinfo Get system information such as processes, CPUs, disks, and networks.
tinyaudiodep_tinyaudio and alloc
tinyaudio A cross-platform, easy-to-use, low-level, audio output library.
tokiodep_tokio and std
tokio A runtime for writing reliable network applications without compromising speed.
toml_editdep_toml_edit
toml_edit TOML parsing and format-preserving editing.
tracingdep_tracing and alloc
tracing A scoped, structured logging and diagnostics system.
unicode_segmentationdep_unicode_segmentation
unicode-segmentation Split strings on Grapheme Clusters, Words or Sentences.
unicode_widthdep_unicode_width
unicode-width Determine displayed width of char and str types.
ureqdep_ureq
ureq Simple, safe HTTP client.
wasm_bindgendep_wasm_bindgen
wasm-bindgen Easy support for interacting between JS and Rust.
web_sysdep_web_sys
web-sys Bindings for all Web APIs.
widedep_wide
wide SIMD-compatible data types.
winnowdep_winnow
winnow A byte-oriented, zero-copy, parser combinators library.