BROWSE A-Z
All 305,250 crates, alphabetically
Data as of 2026-07-25 (crates.io database dump, timestamp 2026-07-25T02:00:36Z). Source: crates.io · db-dump.tar.gz · methodology & corrections.
oxide-cliCLI for scaffolding projects from remote templates and extending them with project addons274MIT OR Apache-2.0
oxide-compressToken-compression primitives for Rust Oxide (field selection, metadata stripping, semantic chunking). Compiles to WASM.88MIT OR Apache-2.0
oxide-conservationConservation law verification for GPU computations — energy, mass, and information conservation across kernel boundaries17MIT
oxide-core-assetOxide Core asset handles and runtime asset caches92MIT OR Apache-2.0
oxide-core-engineOxide Core engine - main game engine crate21MIT OR Apache-2.0
oxide-core-inputOxide Core keyboard and mouse input primitives94MIT OR Apache-2.0
oxide-core-mathOxide Core math - glam-based math types for game development150MIT OR Apache-2.0
oxide-core-rendererOxide Core renderer - wgpu-based rendering abstraction152MIT OR Apache-2.0
oxide-core-transformOxide Core transform and hierarchy primitives92MIT OR Apache-2.0
oxide-embeddingsEmbedding models and semantic similarity for OxideShield LLM security41Apache-2.0
oxide-engine-apiAPI for Oxide game engine plugins265MIT
oxide-framework-cliCLI for the Oxide web framework — scaffold, generate, run, test, bench22MIT
oxide-framework-coreCore runtime and framework logic for the Oxide web framework.77MIT
oxide-framework-dbZero-config SQLx wrapper and database integration for the Oxide web framework.19MIT
oxide-framework-macrosProcedural macros for the Oxide web framework.128MIT
oxide-genSpec-to-crate generator for Rust Oxide. Generates Rust clients, CLI commands, SKILL.md, and MCP server configs from OpenAPI,…34MIT OR Apache-2.0
oxide-graphSemantic knowledge graph for Rust Oxide. In-memory typed nodes + labelled edges, fed by oxide-mirror records and oxide-browser-sh…18MIT OR Apache-2.0
oxide-gui-corePortable no_std GUI framework: Backend trait, Canvas, GNOME-style widgets, embedded 8x16 bitmap font. Zero dependencies; runs in…55MIT
oxide-gui-linuxLinux minifb backend for oxide-gui: opens an X11/Wayland window for developing and testing oxide-gui applications on desktop…18MIT
oxide-httpmockhttpmock for the Oxide rack API12,906MPL-2.0
oxide-installerThe installer for the Oxide operating system.1,181MIT
oxide-kOxide Kernel - micro-kernel core for the Rust Oxide Agent-Native OS178MIT OR Apache-2.0
oxide-licenseLicense validation for OxideShield commercial features88Apache-2.0
oxide-limiterCross-platform resource limiter for OxideShield guards15Apache-2.0
oxide-llm-orchestratorLLM client + prompt templates + self-healing dispatcher for Rust Oxide. Talks to any OpenAI-compatible chat-completions endpoint…19MIT OR Apache-2.0
oxide-macrosMain entrypoint macro for AVRoxide14,823BSD-3-Clause
oxide-mcA high-performance, lightweight async Minecraft engine core built in Rust for Tauri launchers.86MIT
oxide-mcp-serverMCP (Model Context Protocol) server for Rust Oxide. Exposes oxide-gen generated CLIs and oxide-browser-sh / oxide-k bus actions…19MIT OR Apache-2.0
oxide-meshInter-agent communication for Rust Oxide. Tokio-channel mesh for in-process federation plus a JSON-framed TCP transport for…17MIT OR Apache-2.0
oxide-mirrorLocal, event-sourced data mirror for Rust Oxide. Pulls deltas from API sources, resolves conflicts with pluggable strategies,…17MIT OR Apache-2.0
oxide-mvuA standalone MVU runtime for Rust with no_std support for embedded systems156Apache-2.0
oxide-rsAI Inference library and CLI in Rust - llama.cpp style169MIT
oxide-scannerRed team scanner and probe system for OxideShield15Apache-2.0
oxide-sdkGuest SDK for building .wasm applications that run inside the Oxide browser119Apache-2.0
oxide-slocSource line analysis tool with CLI, web UI, HTML/PDF reports, and CI/CD integration543AGPL-3.0-or-later
oxide-sparkThis crate enables sensor sampling & LED strips control over Wifi/MQTT on ESP Rust Board5,017CC-BY-SA-4.0
oxide-spark-utilsThis crate exposes public parts of oxide-spark16,865CC-BY-SA-4.0
oxide-sql-coreType-safe SQL parser and builder with compile-time validation162MIT
oxide-sql-deriveDerive macros for type-safe SQL table definitions161MIT
oxide-sql-sqliteSQLite-specific SQL parser and builder extensions40MIT
oxide-tokio-rtShared Tokio runtime configuration for production Oxide software181,274MPL-2.0
oxide-update-engineA framework for declaring and executing sequential update steps with serializable event streams.1,835MPL-2.0
oxide-update-engine-displayDisplay and rendering utilities for oxide-update-engine events.1,837MPL-2.0
oxide-update-engine-typesSerializable types for the oxide-update-engine framework.1,987MPL-2.0
oxide_coreRust engine primitives for Oxide (store, snapshot streams, error model, optional persistence).182MIT OR Apache-2.0
oxide_ecsOxide Core ECS runtime200MIT OR Apache-2.0
oxide_ecs_deriveDerive macros for Oxide ECS253MIT OR Apache-2.0
oxide_evalOxide Eval is a simple Javascript Evaluator based on oxc.1,435GPL-1.0-only
oxide_generator_rsProcedural macros for Oxide stores, actions, and reducers (FRB-friendly surface generation).93MIT OR Apache-2.0
oxide_lispA simple lisp interpreter engine in Rust1,183MIT
oxide_mathMath library for Oxide1,620MIT
oxide_todo_sdkRust SDK for the Oxide Todo API1,525MIT
oxideavThin facade over oxideav-core — re-exports + future high-level decode/encode invoke API. Pull in oxideav-format-all (or…29MIT
oxideav-aacPure-Rust AAC-LC decoder and encoder for oxideav — ADTS framing, Huffman books 1-11, IMDCT, M/S stereo, TNS, PNS1,496MIT
oxideav-aacsClean-room AACS Common 0.953 + BD-Prerecorded 0.953 decryption library — KEYDB.cfg / MKB / Unit_Key_RO.inf parsers, AES-128-CBC…457MIT
oxideav-ac3Pure-Rust AC-3 (Dolby Digital) audio decoder823MIT
oxideav-ac4Pure-Rust Dolby AC-4 audio decoder foundation for oxideav — sync, TOC, presentation and substream parsing640MIT
oxideav-adpcmPure-Rust ADPCM audio decoders + encoders (Microsoft, IMA WAV/QuickTime, Yamaha A/B, OKI/Dialogic VOX) for oxideav507MIT
oxideav-aiffPure-Rust, clean-room AIFF / AIFF-C (AIFC) container — FORM/COMM/SSND chunk walker, 80-bit IEEE extended sample-rate decode, and…17MIT
oxideav-amvPure-Rust AMV (Actions Media Video) container demuxer for cheap Chinese portable-media-player .amv files492MIT
oxideav-apePure-Rust clean-room Monkey's Audio (.ape) decoder scaffold for the oxideav framework — header prefix, channel correlation,…70MIT
oxideav-aptxPure-Rust aptX classic + aptX HD Bluetooth audio codec for the oxideav framework14MIT
oxideav-assASS/SSA subtitle codec + container for oxideav535MIT
oxideav-audio-filterPure-Rust audio filters (volume, gate, echo, resample, spectrogram) for oxideav1,008MIT
oxideav-audiotoolboxmacOS AudioToolbox hardware decode/encode bridge for the oxideav framework — runtime-loaded via libloading, no compile-time…190MIT
oxideav-av1Pure-Rust AV1 codec — orphan-rebuild scaffold pending clean-room re-implementation.1,622MIT
oxideav-aviPure-Rust AVI (RIFF) container for oxideav1,013MIT
oxideav-avifPure-Rust AVIF (AV1 Image File Format) decoder — HEIF meta-box walk + primary-item / av1C extraction, handed to oxideav-av1 for…705MIT
oxideav-basicSimple standard codecs and containers for oxideav (PCM, WAV, ...)2,106MIT
oxideav-bitstreamMinimal IDR/keyframe header parsing for H.264, HEVC, AV1 — used by oxideav HW-accel bridge crates (vaapi, vdpau, vulkan-video) to…522MIT
oxideav-blurayRead-only Blu-ray Disc (BD-ROM) UDF mount + BDMV directory walk + playlist (.mpls / .clpi) parsing + .m2ts streaming — clean-room…253MIT
oxideav-bmpPure-Rust BMP (Windows bitmap) decoder + encoder + container for oxideav — also exposes the header-less DIB helpers used by .ico…958MIT
oxideav-celtPure-Rust CELT (MDCT path of Opus) — orphan-rebuild scaffold pending clean-room re-implementation.1,080MIT
oxideav-cinepakPure-Rust Cinepak (CVID) video decoder for the oxideav framework64MIT
oxideav-cli-convertImageMagick-style convert engine for the oxideav CLI — translates IM arg syntax into an oxideav-pipeline Job121MIT
oxideav-codecCodec (Decoder + Encoder) traits and registry for oxideav — pure Rust, no C deps5,598MIT
oxideav-containerContainer (Demuxer + Muxer) traits and registry for oxideav — pure Rust, no C deps2,271MIT
oxideav-cookPure-Rust RealAudio Cook (G2 / Cooker) decoder for the oxideav framework27MIT
oxideav-coreCore types and registries for oxideav — timestamps, packets, frames, codec/container/source/filter registries (pure Rust, no C…96,585MIT
oxideav-ddsPure-Rust DDS (DirectDraw Surface) reader/writer for oxideav — uncompressed RGBA/RGB/luminance roundtrip plus block-compressed…345MIT
oxideav-diracPure-Rust Dirac / VC-2 (BBC) wavelet video codec for oxideav598MIT
oxideav-dtsPure-Rust DTS audio decoder (Core profile, with EXSS/XCH/XXCH/X96/XLL extensions planned) for the oxideav framework14MIT
oxideav-dvdRead-only DVD-Video disc reader — ISO 9660 + UDF 1.02 mount + VIDEO_TS directory walk — clean-room per ECMA-267/268 + OSTA UDF…168MIT
oxideav-evcPure-Rust EVC (MPEG-5 Essential Video Coding, ISO/IEC 23094-1) decoder — baseline + main profile. Round-1 scaffold: NAL +…201MIT
oxideav-farbfeldPure-Rust farbfeld reader/writer — minimalist lossless 16-bit RGBA image format106MIT
oxideav-fbxPure-Rust FBX (Filmbox) binary decoder — implements oxideav-mesh3d's Decoder trait285Apache-2.0
oxideav-ffv1Pure-Rust FFV1 (RFC 9043) lossless intra-only video codec for oxideav541MIT
oxideav-flacPure-Rust FLAC lossless audio codec and native container: decoder, encoder, demuxer, muxer1,519MIT
oxideav-flvPure-Rust Flash Video (FLV) container demuxer for oxideav465MIT
oxideav-g711Pure-Rust ITU-T G.711 μ-law and A-law (PSTN) codec — decoder + encoder785MIT
oxideav-g722Pure-Rust ITU-T G.722 wideband sub-band ADPCM codec (64 / 56 / 48 kbit/s)453MIT
oxideav-g7231Pure-Rust ITU-T G.723.1 dual-rate (6.3/5.3 kbit/s) speech codec481MIT
oxideav-g728Pure-Rust ITU-T G.728 Low-Delay CELP (LD-CELP, 16 kbit/s) codec — decoder + encoder474MIT
oxideav-g729Pure-Rust ITU-T G.729 (CS-ACELP, 8 kbit/s) decoder + encoder421MIT
oxideav-generatorPure-Rust synthetic media generator (sine waves, gradients, fractals, test patterns) for the oxideav framework — usable as a…579MIT
oxideav-gifPure-Rust GIF87a / GIF89a decoder and encoder602Apache-2.0
oxideav-gltfPure-Rust glTF 2.0 + .glb 3D scene codec — implements oxideav-mesh3d's Decoder/Encoder traits4,818MIT
oxideav-gsmPure-Rust GSM Full Rate (ETSI 06.10, RPE-LTP) speech codec — clean-room rebuild in progress454MIT
oxideav-h261Pure-Rust ITU-T H.261 video decoder for oxideav516MIT
oxideav-h263Pure-Rust ITU-T H.263 baseline video decoder for oxideav487MIT
oxideav-h264Pure-Rust H.264 / AVC (ITU-T H.264 | ISO/IEC 14496-10) codec for oxideav — under spec-driven rewrite, no decode/encode…1,059MIT
oxideav-h265Pure-Rust H.265 / HEVC (ITU-T H.265 | ISO/IEC 23008-2) bitstream parser + decoder scaffold for oxideav12,020MIT
oxideav-h266Pure-Rust H.266 / VVC (ITU-T H.266 | ISO/IEC 23090-3) bitstream parser + decoder scaffold for oxideav1,489MIT
oxideav-hdrPure-Rust Radiance RGBE (.hdr / .pic) decoder + encoder for oxideav — clean-room, default-on registry feature146MIT
oxideav-httpHTTP/HTTPS source driver for oxideav (pure-Rust via ureq + rustls + webpki-roots)331MIT
oxideav-huffyuvPure-Rust HuffYUV / FFVHuff lossless intra-only video decoder for oxideav83MIT
oxideav-icerPure-Rust ICER (JPL wavelet image compressor, Mars rover heritage) — clean-room from Kiely & Klimesh IPN PR 42-155 (2003)338MIT
oxideav-icoPure-Rust ICO + CUR (Windows icon / cursor) reader + writer for oxideav — multi-resolution, BMP and PNG sub-images323MIT
oxideav-id3Pure-Rust ID3v1 / ID3v2 (2.2 / 2.3 / 2.4) tag parser for oxideav1,663MIT
oxideav-ifcPure-Rust IFC (ISO 16739 BIM) reader — clean-room STEP physical-file (ISO 10303-21) parser for .ifc building models53MIT
oxideav-iffPure-Rust EA IFF 85 container support (8SVX/ILBM/ANIM Amiga forms + AIFF/AIFC Apple audio) for oxideav502MIT
oxideav-ilbcPure-Rust iLBC (Internet Low Bit Rate Codec, RFC 3951) audio decoder570MIT
oxideav-image-filterPure-Rust single-frame image filters (blur, edge, resize, ...) for oxideav920MIT
oxideav-indeoPure-Rust Intel Indeo video codec family (Indeo 2 / 3 / 4 / 5) for the oxideav framework15MIT
oxideav-ioGeneric open/save entry point for oxideav — auto-detects an image / video / audio / 3D / PDF / SVG file and reads, writes, or…61MIT
oxideav-jpeg2000Pure-Rust JPEG 2000 (J2K + JP2) codec — orphan-rebuild scaffold pending clean-room re-implementation.757MIT
oxideav-jpegxlPure-Rust JPEG XL (JXL) codec — RETIRED 2026-05-08 pending strict-isolation cleanroom workspace; current state ships round-1..3…660MIT
oxideav-jpegxsPure-Rust JPEG XS (ISO/IEC 21122) low-latency image codec for production / IP video. Round-1 scaffold: codestream marker parsing…432MIT
oxideav-lagarithPure-Rust Lagarith lossless video decoder for the oxideav framework32MIT
oxideav-magicyuvPure-Rust MagicYUV lossless decoder for the oxideav framework250MIT
oxideav-mesh3dPure-Rust 3D scene + mesh typed model — Decoder/Encoder traits for STL/OBJ/glTF/FBX/USD format crates7,808MIT
oxideav-metaAggregator for oxideav — register_all(ctx) explicitly invokes every enabled sibling's register fn. Build-script auto-generates…136MIT
oxideav-midiPure-Rust MIDI — Standard MIDI File (SMF) parser + transport metadata + soft-synth scaffold (SoundFont 2 / SFZ / DLS / pure-tone…170MIT
oxideav-mjpegPure-Rust JPEG / Motion-JPEG codec for oxideav — baseline, extended-sequential, and progressive decode; baseline and progressive…2,423MIT
oxideav-mkvPure-Rust Matroska (MKV/WebM) container for oxideav4,114MIT
oxideav-modAmiga ProTracker / SoundTracker module (MOD) codec for oxideav555MIT
oxideav-movPure-Rust Apple QuickTime File Format (QTFF) demuxer — atom walker, sample-table parser, codec FourCC resolution via oxideav-core…218MIT
oxideav-mp1Pure-Rust MPEG-1 Audio Layer I codec — decoder + encoder848MIT
oxideav-mp2Pure-Rust MPEG-1 / MPEG-2 LSF Audio Layer II (MP2) encoder and decoder577MIT
oxideav-mp3Pure-Rust MPEG-1/2 Audio Layer III (MP3) decoder + minimum-viable CBR encoder598MIT
oxideav-mp4Pure-Rust MP4 / ISO base media file container for oxideav1,211MIT
oxideav-mpeg12videoPure-Rust MPEG-1 (ISO/IEC 11172-2) and MPEG-2 (H.262 / ISO/IEC 13818-2) video decoder and encoder for oxideav520MIT
oxideav-mpeg4videoPure-Rust MPEG-4 Part 2 Video (ISO/IEC 14496-2) decoder for oxideav966MIT
oxideav-mpegtsPure-Rust clean-room MPEG-TS (ISO/IEC 13818-1) demuxer — 188-byte TS packet parser, PAT/PMT discovery, PES reassembly. Built to…121MIT
oxideav-msmpeg4Pure-Rust Microsoft MPEG-4 (v1 / v2 / v3) decoder for oxideav — the codec behind DIV3 / DIV4 / MP41 / MP42 / MP43 AVI files,…608MIT
oxideav-musepackPure-Rust Musepack (SV7 + SV8) audio decoder for the oxideav framework31MIT
oxideav-nsfPure-Rust NSF (Nintendo Sound Format) player for oxideav — clean-room from nesdev.org wiki177MIT
oxideav-nvidiaLinux NVIDIA NVDEC/NVENC hardware decode/encode bridge for the oxideav framework — runtime-loaded via libloading, no compile-time…186MIT
oxideav-objPure-Rust Wavefront OBJ + MTL 3D mesh codec — implements oxideav-mesh3d's Decoder/Encoder traits440MIT
oxideav-oggPure-Rust Ogg container (pages, packets, CRC32) for oxideav1,180MIT
oxideav-openexrPure-Rust OpenEXR (HDR scanline) reader/writer for oxideav — clean-room from the OpenEXR file format spec346MIT
oxideav-opusOpus audio codec — orphan-rebuild scaffold pending clean-room re-implementation.806MIT
oxideav-otfPure-Rust OpenType/CFF font parser for the oxideav framework — sfnt + CFF Top/Private DICT + Type 2 charstrings (cubic-Bezier…3,868MIT
oxideav-pbmPure-Rust Netpbm (PBM/PGM/PPM/PNM/PAM) image codec for the oxideav framework387MIT
oxideav-pcxPure-Rust PCX (ZSoft PC Paintbrush) reader/writer for oxideav — clean-room from the PCX 5.0 spec157MIT
oxideav-pdfPure-Rust PDF writer for the oxideav framework — vector-stays-vector path793MIT
oxideav-pictPure-Rust PICT (Apple QuickDraw picture) reader for oxideav — clean-room from Inside Macintosh326MIT
oxideav-pipelinePipeline composition for oxideav814MIT
oxideav-pixfmtPure-Rust pixel-format conversions, palette quantisation, and dithering — the oxideav framework's shared pixfmt layer4,991MIT
oxideav-pngPure-Rust PNG + APNG decoder and encoder for oxideav4,764MIT
oxideav-proresPure-Rust Apple ProRes codec — decoder + encoder for 422 Proxy/LT/Standard/HQ and 4444 / 4444 XQ640MIT
oxideav-qoiPure-Rust QOI (Quite OK Image) reader and writer for the oxideav framework — clean-room implementation of the qoiformat.org…359MIT
oxideav-rasterPure-Rust vector→raster rendering kernel for the oxideav framework — path flattening, scanline AA fill, stroke geometry,…2,268MIT
oxideav-renderPure-Rust 3D-scene → raster image/video renderer scaffold for the oxideav framework — Phase 1 Renderer trait + RenderBackend…176MIT
oxideav-riffClean-room RIFF (Resource Interchange File Format) chunk-walker and WAV-metadata accessor — Microsoft RIFF MCI base spec +…72MIT
oxideav-rtmpPure-Rust RTMP (ingest + push) for oxideav — server accepts publishers, client pushes to remote servers, with a pluggable…212MIT
oxideav-s3mScream Tracker 3 Module (S3M) container + codec for oxideav494MIT
oxideav-scenePure-Rust time-based scene / composition model for oxideav — PDF pages, RTMP streaming compositor, NLE timelines on one data model1,033MIT
oxideav-scribePure-Rust vector font shaper + layout for the oxideav framework — TrueType / OTF outline access, GSUB ligatures, GPOS kerning,…3,618MIT
oxideav-shortenPure-Rust Shorten (.shn) lossless audio codec (decoder + DIFFn encoder) for the oxideav framework70MIT
oxideav-sourceGeneric source registry: opens URIs (file://, plus http:// via oxideav-http) into Read+Seek; prefetch buffer wrapper1,475MIT
oxideav-speexPure-Rust Speex (CELP speech codec) — NB/WB/UWB decoder + encoder with Ogg integration501MIT
oxideav-stlPure-Rust STL (stereolithography) ASCII + binary mesh codec — implements oxideav-mesh3d's Decoder/Encoder traits432MIT
oxideav-sub-imagePure-Rust bitmap-subtitle decoders: PGS (.sup Blu-ray), DVB subtitles, VobSub (.idx/.sub)569MIT
oxideav-subtitleSubtitle codecs + containers for oxideav — SRT, WebVTT, and ASS/SSA872MIT
oxideav-svgPure-Rust SVG (read + write) for the oxideav framework — round 2 covers <text>/<tspan> via scribe + <filter>/<mask>/<clipPath>…667MIT
oxideav-svqPure-Rust Sorenson Video family decoder (SVQ1; SVQ3 planned) for the oxideav framework48MIT
oxideav-sysaudioPure-Rust audio output: runtime-loaded native backends (ALSA, PulseAudio, WASAPI, CoreAudio, …) with no C build-time linkage86MIT
oxideav-tgaPure-Rust Truevision TGA (TARGA) reader/writer for oxideav — clean-room from the TGA 2.0 spec118MIT
oxideav-theoraPure-Rust Theora video codec — orphan-rebuild scaffold pending clean-room re-implementation.665MIT
oxideav-tiffPure-Rust TIFF 6.0 image decoder + encoder + container for oxideav…180MIT
oxideav-tracevfwTrace + debug CLI for oxideav-vfw — load a Windows codec DLL/AX, probe it, encode/decode test data, log memory watches, set PC…36MIT
oxideav-ttaPure-Rust True Audio (TTA) lossless audio decoder for the oxideav framework165MIT
oxideav-ttfPure-Rust TrueType font parser for the oxideav framework — sfnt + cmap + glyf + hmtx + GSUB ligatures + GPOS kerning4,261MIT
oxideav-usdzPure-Rust USDZ (Universal Scene Description, zipped) reader — implements oxideav-mesh3d's Decoder trait422MIT
oxideav-utvideoPure-Rust Ut Video lossless decoder for the oxideav framework71MIT
oxideav-vaapiLinux VA-API hardware decode/encode bridge for the oxideav framework — runtime-loaded via libloading, no compile-time libva dep182MIT
oxideav-vc2Pure-Rust SMPTE ST 2042-1 VC-2 (Dirac Pro) intra-frame wavelet video decoder for oxideav.38MIT
oxideav-vdpauLinux VDPAU hardware decode bridge for the oxideav framework — runtime-loaded via libloading, no compile-time libvdpau dep146MIT
oxideav-vfwPure-Rust 32-bit x86 emulator + PE loader + Video for Windows host that lets oxideav delegate decoding to legitimately-licensed…469MIT
oxideav-videotoolboxmacOS VideoToolbox hardware decode/encode bridge for the oxideav framework — runtime-loaded via libloading, no compile-time…191MIT
oxideav-vorbisVorbis I audio codec — orphan-rebuild scaffold pending clean-room re-implementation.687MIT
oxideav-vp6Pure-Rust On2 VP6 (vp6f) video decoder for oxideav490MIT
oxideav-vp8Pure-Rust VP8 video codec — orphan-rebuild scaffold pending clean-room re-implementation.2,977MIT
oxideav-vp9Pure-Rust VP9 codec — orphan-rebuild scaffold pending clean-room re-implementation.818MIT
oxideav-vulkan-videoVulkan Video hardware decode/encode bridge for the oxideav framework (Linux + Windows) — runtime-loaded via libloading, no…153MIT
oxideav-wavpackPure-Rust WavPack lossless audio decoder for the oxideav framework32MIT
oxideav-wbmpPure-Rust WBMP (WAP Bitmap, monochrome) image codec — clean-room from the WAP Forum WAP-237 specification94MIT
oxideav-webpPure-Rust WebP image codec — orphan-rebuild scaffold pending clean-room re-implementation.1,462MIT
oxideav-wmaPure-Rust Windows Media Audio (WMA v1 + v2 baseline; later Pro + Lossless) decoder for oxideav33MIT
oxidebotA lightweight yet powerful chatbot framework8,648MIT OR Apache-2.0
oxidebpfA pure-Rust library for managing eBPF programs.19,084BSD-3-Clause
oxidecEye-candy manager written in Rust14,381GPL-3.0
oxideconfThe Oxide Markup Language - A fast CFG-style markup/config language parser written in Rust88GPL-3.0-or-later
oxidecopOxideCop: a fast, native, RuboCop-compatible Ruby linter and autocorrector over the Prism parser20MIT
oxidecordOxidecord is a fast & secure Discord library.1,813MIT
oxidefOxidef is an experimental interface definition language and serialisation scheme for efficient and strongly-typed payloads.127MIT OR Apache-2.0
oxidef_compact1Oxidef is an experimental interface definition language and serialisation scheme for efficient and strongly-typed payloads.301MIT OR Apache-2.0
oxidef_extratypesOxidef is an experimental interface definition language and serialisation scheme for efficient and strongly-typed payloads.470MIT OR Apache-2.0
oxidef_grammarOxidef is an experimental interface definition language and serialisation scheme for efficient and strongly-typed payloads.220MIT OR Apache-2.0