devela

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.
  • hashbrowndep_hashbrown and alloc
    hashbrown A drop-in replacement for Rust’s standard HashMap and HashSet.
  • 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.
  • portable_atomicdep_portable_atomic
    portable-atomic Portable atomic types including 128-bit atomics, floats, etc.
  • 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.
  • rkyvdep_rkyv
    rkyv A zero-copy deserialization framework for Rust.
  • 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.
  • serdedep_serde
    serde A generic serialization/deserialization framework.
  • 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.
  • 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.
  • 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.