zerocopy
makes zero-cost memory manipulation effortless. We write "unsafe" so you don't have to.
colored
The most simple way to add colors in your terminal
csv
Fast CSV parsing with support for serde
ipnet
types and useful methods for working with IPv4 and IPv6 network addresses, commonly called IP prefixes. The new
IpNet,Ipv4Net, andIpv6Nettypes build on the existingIpAddr…
webpki-roots
Mozilla's CA root certificates for use with webpki
brotli
compressor and decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that…
byteorder
reading/writing numbers in big-endian and little-endian
webbrowser
Open URLs in web browsers available on a platform
rustc-hash
A speedy, non-cryptographic hashing algorithm used by rustc
matrixmultiply
General matrix multiplication for f32 and f64 matrices. Operates on matrices with general layout (they can use arbitrary row and column stride). Detects and uses AVX or SSE2 on x86…
figment
A configuration library so con-free, it's unreal
brotli-decompressor
brotli decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard…
enigo
Cross-platform (Linux, Windows, macOS & BSD) library to simulate keyboard and mouse events
enum-map
A map with C-like enum keys represented internally as an array
lalrpop
convenient LR(1) parser generator
coset
Set of types for supporting COSE
cryptoki
Rust-native wrapper around the PKCS #11 API
relative-path
Portable, relative paths for Rust
dlopen2
opening and operating on dynamic link libraries (also known as shared objects or shared libraries)
khronos-egl
Rust bindings for EGL
wayland-sys
FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.
lddtree
Read the ELF dependency tree
scoped-tls
standard library’s old
scoped_thread_local!macro for providing scoped access to thread local storage (TLS) so any type can be stored into TLS
sozu-command-lib
configuration library to command a sozu instance
sequoia-octopus-librnp
Reimplementation of RNP's interface using Sequoia for use with Thunderbird
curl-sys
Native bindings to the libcurl library
stringcase
Converts string cases between camelCase, COBOL-CASE, kebab-case, and so on
bitbybit
Efficient implementation of bit-fields where several numbers are packed within a larger number and bit-enums. Useful for drivers, so it works in no_std environments
glslint
A luma.gl/deck.gl-aware GLSL checker and language server
upnp-daemon
A daemon for continuously opening ports via UPnP
claude-plan-bridge
Bridges Claude Code's TaskCreate task list to a canonical PLAN.md so the two systems stop fighting. Provides hooks, an MCP server, and an archive sweeper.
clang-sys
Rust bindings for libclang
gerust
takes care of the accidental complexity of Rust backend projects so you can stay focused on what matters
clircle
Detect IO circles in your CLI apps arguments
silence-cli
Remove comments from source code using tree-sitter. Installs a post-edit hook into Claude Code, Codex, Opencode, and Pi so AI-written slop comments are stripped automatically. Provides the
silencebinary.
harn-builtin-meta
Shared type definitions for Harn builtin signatures (BuiltinSignature, Param, Ty). Consumed by both harn-parser and harn-vm so signatures stay cycle-free.
hjkl-bonsai
Tree-sitter grammar registry + highlighter for the hjkl editor stack
scry-sai-core
Pure, bindgen-free analyzer core for scry (FEAT-014 / DD-012): the wasmparser + fixpoint + transfer logic and its plain-Rust result types, extracted from scry-analyzer so the analyzer's…
gitnu
indexes your git status so you can use numbers instead of filenames
solv
SOLution Validation tool that analyzes Microsoft Visual Studio solutions
battery_monitor
Monitors battery charge and beeps when fully charged so you can unplug. Also supports optional water and movement reminders.
zlayer-vzagent
Apple-Virtualization Linux-guest runtime support for ZLayer on macOS. Ships the in-guest PID1 agent (Linux-only binary) that boots inside a VZLinuxBootLoader VM to run OCI Linux containers on Apple Silicon…
distributed_cli
The
dctlCLI for Distributed services: scaffold projects, describe their manifest, and render schema artifacts (SQL or Atlas Operator resources). Also a library so other CLIs (e.g. hops) can mount its commands.
dig-dht
Kademlia DHT with provider records for the DIG Node peer network — maps DIG content (store / capsule / root / resource) to the peer_ids holding it, so a node can locate which peers…
agent-first-http
Give your AI agent its own private browser — so it reads the real page, past logins and bot walls, without ever touching yours
check_keyword
A trait for String-like types to check if it is a keyword and convert it to a safe non-keyword if so
cargo-exasol-udf
Cargo subcommand to scaffold, build (static musl .so), and validate Exasol Rust UDF crates
fidius-guest
Guest-side, wasm-buildable shared types for the Fidius plugin framework — interface hashing, descriptors, the neutral Value model, and the bincode wire format. No host-only dependencies…
axon-lang
AXON — the formal cognitive language: a deterministic, proof-carrying AI runtime. Native Rust lexer/parser/type-checker/IR generator (re-exported from axon-frontend) plus the runtime:…
dig-node-control-interface
Canonical client <-> dig-node CONTROL interface contract: the method catalog for controlling/querying a running dig-node (config, status, peers, subscriptions, cache, wallet), transport-agnostic…
goish
— write Rust using Go idioms. Ports Go's standard library and syntax so Go programmers can write Rust code that reads and feels like Go.
taktora-medkit-gateway-axum
axum HTTP surface for taktora-medkit: serves the read-diagnostic core over the ros2_medkit-compatible REST contract on a tokio runtime. axum/tokio are not taktora dependencies, so this…
product-os-async-executor
Product OS : Async Executor provides a set of tools to handle async execution generically so that the desired async library (e.g. tokio, smol) to be used can be chosen at compile time.
claudectl-tui
Terminal UI, dashboard recording, and demo-mode fixtures for claudectl. Splits out of the binary so the TUI can evolve independently of the brain/coord/bus subsystems.
rammap-core-temp
TEMPORARY fork of rammap-core (== 1.1.0) adding a per-thread DP scratch-cache cap (jwanglab/rammap PR #9) that bounds peak RSS at high thread counts. Published only so oarfish can depend on the fix from crates…
plane-cli-requiem
A fast, composable CLI for Plane.so project management
lightweight-system-monitor
A Linux system monitor so lightweight even floating point math is prohibited
ryra-protocol
The typed wire protocol for driving ryra over rpc. No engine dependency, so any client can speak it without compiling ryra-core.
product-os-service-handler
Product OS : Service Handler is a full implementation of the Javascript feathers endpoint framework handling reads and writes to services in the same manner so that a Product OS server is compatible with FeathersJS
alpm-soname
command line interface for looking up soname data in an ALPM context
netgauze-bmp-service
BMP Protocol Server
jiwa
Terminal text reveal animations — typewriter + per-grapheme fade-in + pulse. Renderer-agnostic: returns plain RGB so the caller maps to crossterm, ratatui, or its own ANSI writer.
smix-adapter-maestro
— Maestro YAML adapter for smix. Parses Maestro test flow YAML and translates each Step into a smix-sdk action call so a CI job can shell out to smix for any Maestro yaml instead of the Maestro Kotlin CLI.
nss-docker-ng
NSS plugin for finding Docker containers by their ID or name
cosmian_pkcs11_verify
Diagnostic binary to verify that libcosmian_pkcs11.so is loadable and communicates with the KMS server
suitecase
The structured test toolkit. A sync Rust crate for named cases, optional suite and per-case hooks, and macros so each case appears in cargo test—without a custom harness or DSL.
matrixbot-ezlogin
I wrote the login and E2EE bootstrap code for Matrix bots so you don’t have to
ldconfig
glibc tool
beachcomber
A centralized daemon that caches shell state (git, battery, hostname, etc.) so every consumer reads from one fast cache instead of independently forking shells
korp-collectors
— the standalone LEAF of korp’s open-data collector layer: one object-safe
Collectortrait + per-access-METHOD import collectors (DCAT-AP-SE, PxWeb/JSON-stat2, ENTSO-E, generic REST/JSON…
pounce-cinterface
C ABI for POUNCE (port of Ipopt's Interfaces/IpStdCInterface.{h,cpp}). Provides CreateIpoptProblem / IpoptSolve / FreeIpoptProblem so existing PyIpopt / cyipopt / JuMP / AMPL clients link without source changes…
ryu-monitors
Website monitors for Ryu (price / stock / keyword / content-diff / uptime): watch a URL on a schedule and alert on change, with notification fan-out (webhook / Telegram / Expo push / BYO SMTP email)…
bunsh
Easily iterate on typescript scripts so you can write less shell commands
spg-embedded-tokio
Tokio-friendly async wrapper around spg-embedded. Single-writer Database serialised via tokio::sync::Mutex; blocking engine calls dispatched via spawn_blocking so the runtime never stalls on WAL fsync.
pwninit
automate starting binary exploit challenges
rustorio
first game written and played entirely in Rust's type system. Not just do you play by writing Rust code, the rules of the game are enforced by the Rust compiler! If you can write the…
darra-ethercat-master
EtherCAT master protocol stack for Rust: 7 mailbox protocols (CoE/SoE/FoE/EoE/AoE/VoE/FSoE), CiA 402/401, distributed clocks, cable redundancy, hot-plug, complex topologies; microsecond…
mirl
Miners Rust Lib - A massive collection of ever growing and changing functions, structs, and enums. Check the description for compatibility and toggleable features! (Most of the lib…
figment2
Remaintained fork of figment: A configuration library so con-free, it's unreal
fidius-build
build.rs helper for Fidius WASM plugins: regenerates the wit/ dir and the author↔component conversions from the crate source, so #[derive(WitType)] user types work with plain
cargo build
simple-si-units
providing base SI Units and common conversions. SI Units are provided as templated types so that you can write APIs that enforce correct units
commonregex
Rust port for CommonRegex. Find all times, dates, links, phone numbers, emails, ip addresses, prices, hex colors, and credit card numbers in a string. We did the hard work so you don't have to.
trust-region-least-squares
dense trust-region-reflective nonlinear least-squares solver that reproduces SciPy's least_squares (method='trf') bit-for-bit on its unbounded path for arbitrary dimension n, every…
schemalint
Static analysis tool for JSON Schema compatibility with LLM structured-output providers
web-api-cat
Bindings between boa-cat (JS engine) and the DOM (html-cat tree) plus fetch (net-cat). v0.7.17 adds the
:emptyand:rootstructural pseudo-classes plus a semantic fix: `document…
ckm
CKM (Codebase Knowledge Manifest) — pure Rust core library. The SSoT for all language wrappers.
git-layer
Manage .git/info/exclude so your personal AI files stay out of git — without touching .gitignore
picolibc
Builds picolibc from source and statically links it into Rust, for baremetal targets such as UEFI. Generates Rust bindings to the libc/libm types and functions, and exposes the C include…
cu-feetech
A copper-rs bridge for Feetech STS/SCS serial bus servos (e.g. STS3215 used in SO-100/SO-101 arms).
chadmespath
JMESPath for JSON — a fork of jmespath 0.3 (MIT) adding Expression::search_cached, which evaluates against a pre-converted Rcvar so a document is converted once, not per query. Used by chadselect.
onnx-runtime-capi
C ABI for the ORT 2.0 runtime: a libonnxruntime.so drop-in surface (skeleton)
runewarp
ingress tunneling tool for exposing local services without moving TLS termination to the edge. Clients connect out over QUIC, so you can publish services without putting your backend…
so
A terminal interface for StackOverflow
wombatkv-cabi
C ABI over WombatKV. Produces libwombatkv.dylib + wombatkv.h so C/C++ engines (ds4, llama.cpp, custom) integrate without a Rust path dependency. Headline ABI surface for the system.
edgefirst-egl
Rust bindings for the Khronos EGL API (maintained fork of khronos-egl)
axil-atlas-proto
Wire DTOs for the Atlas sync protocol — shared by the public axil-sync client and the (private) Atlas server so both agree on the protocol without code coupling
cxpak
Spends CPU cycles so you don't spend tokens. The LLM gets a briefing packet instead of a flashlight in a dark room.
hotload
Zero cost hot update dynamic library; supporting DLL, SO
sigmashake-ssg
AI Agent Governance CLI — evaluate tool calls against rules, block dangerous operations. Installer wrapper around the prebuilt ssg binary; the ssg name on crates.io is squatted so this crate ships under sigmashake-ssg.
crawk
Dependency crawler for Rust. It crawls so you don't have to untangle
libafl_bolts
Low-level bolts to create fuzzers and so much more
dynamic-loader-cache
Reader of the dynamic loader shared libraries cache
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.
dlwrap
dlopen wrapper code generator
yes_parser
Your Extensible Script standard parser reads so you can write!
ldtray
Cross-platform tray icons with zero compile-time linkage to platform GUI libraries — every toolkit is loaded at runtime via libloading, so headless daemons degrade gracefully instead of failing to link
fuellite
Fuel and byte-budget primitives: mechanical termination and output bounds. One shared budget across all composition, so fractal recursion terminates by construction.
ud-arch-codec
Arch-codec trait + open registry: the shared interface every univdreams arch backend implements so the compile/decompile pipeline can dispatch generically
sono
Sandbox for your agents
pamoja-lorawan
LoRaWAN 1.0.x MAC framing for pamoja: build and parse data-frame PHYPayloads with the message integrity code and payload encryption the spec mandates, plus the over-the-air-activation join exchange…
pagination-packing
efficiently solving bin-packing problems with overlap: so-called “pagination” problems
pair_macro
Create types consisting of the same type values such that Pair, Triplet, and so on
luna-runtime-helpers
Static-link runtime entry for AOT-produced binaries. Exposes a single C-ABI symbol
luna_aot_run(bytecode, len) -> i32that constructs a lunaVm,undumps the embedded bytecode…
meguri
Run AI coding agents on a loop inside a terminal multiplexer, so humans can step in anytime
datadog-formatting-layer
providing a tracing-subscriber layer for formatting events so Datadog can parse them
cartan-manifolds
Concrete Riemannian manifold implementations for cartan: Sphere, SO(n), SPD(n), Grassmann, Euclidean
gen-platform
— Rust-first canonical handle for the typed-dispatcher (typed-tagged-union catamorphism) substrate primitive. Re-exports TypedDispatcher + #[derive(TypedDispatcher)], ships a runtime…
livy-tee
Intel TDX quote generation and verification for the Livy provenance system. Open-source so users can independently verify TEE execution claims.
ryu-email-send
BYOK SMTP email sink for Ryu self-host: a swappable outbound-email transport (the SES agent-inbox path in
packages/mailis the other) delivering policy/monitor alerts and, later, agent-inbox send…
kuniffi-generator
Generate iOS (.a, .dylib) and Android (.so) libraries from Rust projects with UniFFI
ldap-types
Implements the basic LDAP types so they can be used in other crates
greentic-sorla-lang
Language-facing types for Greentic SoRLa
nfc2nfd
Rename files from NFC to NFD so iOS UIDocumentPicker can select CJK-named files
taproot
A standalone pure-Rust libc.so.6: eyra's origin + c-gull built as a cdylib
bynk-render
Bynk's shared diagnostic-rendering layer: ariadne human output and the short/json forms over bynk-syntax::CompileError. The presentation layer both CLI front-ends adopt so they render identically.
weresocool
***** WereSoCool !Now In Stereo! ****** Make cool sounds. Impress your friends.
ryu-vad
Voice activity detection (VAD) modality primitive for Ryu:
detect(frame) -> speech_probfeeding an endpointing/barge-in state machine. An extracted Core capability crate — in-process FOREVER (per-frame hot path…
simul
discrete-event simulation library aimed at high-level use-cases to quickly simulate real-world problems and run simulated experiments. Some example use cases might include simulating logistics or operations research…
engenho-fonte
— the live source-of-truth reconciler. shikumi-notify watches a (defsistema …) tlisp form; sui evaluates it; engenho-revoada Raft-proposes the new desired state; tameshi+sekiban…
arf-cli
Agent Reasoning Format - track AI reasoning alongside git so reviewers see what the agent thought, not just what it changed
mdtablefix
mdtablefixunb0rks and reflows Markdown tables so that each column has a uniform width. When the--wrapoption is used, it also wraps paragraphs and list items to 80 columns.
greentic-sorla-pack
Package and artifact scaffolding for Greentic SoRLa
std_tools
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.
hashiverse-client-rust
Friendly Rust client wrapper for Hashiverse — your open-source decentralized X/Twitter replacement. Picks sensible defaults (sqlite storage, disk key locker, DNSSEC-validated bootstrap…
anaso_site_api_models
API models for Ana.so
czsc
★ Recommended entry point ★ — czsc (缠中说禅) facade crate; re-exports the full Rust workspace (core/utils/ta/signals/trader) so a single
cargo add czscis enough
zerodds-transport-udp
UDP/IP PSM for ZeroDDS — DDSI-RTPS 2.5 §9.6.1: UDPv4 unicast + multicast (discovery), SO_REUSE, multicast TTL
axon-fmt
Token-level lossless formatter for AXON source. Round-trips comments and layout verbatim via the Fase 14 trivia channel from
axon-frontend; canonicalises only trailing whitespace per line and the final newline…
qnxscreen
High-level wrapper for the QNX libscreen.so library
supermachine-kernel
Pre-built Linux kernel + in-VM assets for supermachine. A thin facade that re-exports the matching per-arch sub-crate (supermachine-kernel-aarch64 / supermachine-kernel-x86-64) by target_arch…
viro
Loads your environment so you don't have to
astrid-capsule-install
Capsule install machinery — file layout, lifecycle hooks, content-addressing, topic baking. Shared by the CLI and the kernel-side admin install handler so both reach disk through the same code path.
mailrs-webhook-signature
HMAC-SHA256 webhook payload signing + verification. Header-format helpers (sha256=hash). Constant-time HMAC compare. Optional secret-rotation support so receivers can verify against…
ryu-activity
Unified activity-feed primitive for Ryu: the cross-module timeline of everything a node did (monitor alerts, quest completions, approvals, meetings, runs, manual notes) — the
ActivityItem/ActivityLevel…
vigy
vigy facade — re-exports every vigy-* crate so consumers (mado, tear-daemon, etc.)
cargo add vigyonce
unicode-shaper
Shape unicode text so that renderers like WebGL and WebGPU can properly display the glyphs
secretenv-mcp-config
SecretEnv — typed
[mcp]config schema. Lifted out ofsecretenv-mcpv0.16.2 (Phase 3 D.5 — Phase 7 architecture C-1) so future consumers (e.g.secretenv doctorvalidating the `[mcp]…
car-server-types
Shared host-state + channel/approval types for the CAR daemon, lifted out of car-server-core so messaging/parslee/coder can extract without a dependency cycle (#418)
baracuda-kernels-types
Shared type vocabulary for the baracuda ML kernel facade: Element / IntElement / FpElement / BiasElement trait hierarchy, layout / epilogue / activation tags, MatrixRef / TensorRef views…
tiger-tables
used by Tiger Validator. It holds tables that may be useful for other projects, so that they can be imported without pulling in all of Tiger.
iroh-ipc-transport
Inter-process custom transport for iroh — co-located peers connect over a local IPC socket (Unix domain socket, or a message-mode named pipe on Windows) as a native iroh path, so…
ast-outline
Final ast-outline release. Renamed to ast-bro — install via
cargo install ast-bro. This 2.1.1 ships the newast-broandsbbinaries alongsideast-outlineso existing users can transition.
hikari-token
hikari (光) — the one fleet-facing semantic highlight vocabulary. A 16-variant
Semanticenum (the collapse of the fleet’s duplicated copies) with total conversions to/from hikari-core’sHlClass…
pamoja-lora
LoRa link math for pamoja: exact time-on-air and duty-cycle off-time, so a long-range node stays within regulations and budgets its power, no_std and allocation-free
sipp-so
Minimal code sharing - single binary for web server, CLI, and TUI
greentic-sorla-ir
Canonical IR scaffolding for Greentic SoRLa
nest-rs-authz
Ability-based authorization for NestRS: one ability definition driving an access gate, a SeaORM query pre-filter, and response field-masking. Transport bindings (
http,graphql,mcp)…
cli-stream
Generic streaming subprocess engine: spawn a CLI, stream its stdout/stderr lines, cancel it (SIGTERM→SIGKILL), with PATH augmentation so packaged apps find node/CLIs
qrate
A examination generator library that generates different quiz sets for all students so that each student may have a different quiz set from the quiz sets of the others
qrate-gui
A GUI examination generator library that generates different quiz sets for all students so that each student may have a different quiz set from the quiz sets of the others
shm-snapshot
Wrap a shm file so that the read-only partner can snapshot the file partially without explicit synchronization
fexpr-utf8
filter query language parser so that you can build SQL, Elasticsearch, etc. queries safely from user input.
kris-watcher
hire this guy so he can make sure that u don't forget to git commit ur changes
catcher-ffi
Unified C ABI library for catcher — links HTTP + WS + codec into a single .so/.dylib
cargo-subcommand-metadata
Embed metadata into a Cargo subcommand, so that
cargo --listcan show a description of the subcommand
stringencrypt
Official Rust client for the StringEncrypt.com Web API — generate polymorphic decryptors for many programming languages
tenrso
Production-grade tensor computing stack - meta crate re-exporting all TenRSo components
crochet
hooking library
gen-pdc
gen — the Per-Dependency Content-Addressed Cacheability (PDC) contract. The typed variant CATALOG of ecosystem adapters (cargo/gomod/npm/pip/…) + the universal PDC invariant checker…
organism-catalog-seed
Seed descriptor bundle for the discovery catalog. Three trees: Converge public Suggestors, Organism production Suggestors, mosaic-extensions Suggestors. Descriptor-only — references…
drop_guard
enables you to implement the Drop trait on any type. So you can run a closure on any value running out of scope
cargo-delenda
Carthago delenda est. So is your target folder.
nest-rs-database
ORM-agnostic data-layer seam for NestRS: the ambient request/job Executor task-local plus the object-safe Executor trait an ORM module implements. SeaORM is the first-party implementation (nest-rs-seaorm)…
amodus_injector
Among Us launcher which injects the Amodus runtime into Among Us so you can use mods
smooai-smooth-operator-ingestion
Knowledge ingestion + connectors for smooth-operator — pull documents from sources (file/web), chunk, embed, and store them in the StorageAdapter knowledge slice so they're retrievable (feature gap G1/G2/G9)
agent-event-bus
Tiny in-process pub/sub for agent loop events. Sync-only Rust mirror of the Python agent-event-bus library: register handlers by event name (or
*for every event), emit, and remove via opaque Subscription handles…
lava-drift
— typed drift detector for lava architectures. DriftDetector trait + DriftedField + DriftReport; the canonical detector re-renders the .tlisp source via magma-lava and re-plans against current state…
dots-rs
DOTS pub/sub for Rust — the umbrella crate. Re-exports the runtime, derive macros, and async transport so a single dependency covers the whole API.
fastcache
A performant but not-so-accurate time and capacity based cache for Rust
unin-bin
A universal installer for many languages so you don't have to remember any commands
libjpeg-turbo-rs-capi
C ABI shim for libjpeg-turbo-rs: drop-in replacement for libjpeg.so.62 and libturbojpeg.so.0
disclaim
Spawn child processes that disclaim the parent's macOS TCC responsibility, so each child is judged under its own code-signing identity
ryu-predict
Predict: the system-wide predictive-typing brain for Ryu — an extracted Core capability crate owning the completion engine (config, per-app allowlist, secure-field denylist, prompt assembly…
sui-spec
Declarative Lisp-authored specs for CppNix-parity behaviors. Rust types are the hard boundary; Lisp forms are the free-middle authoring surface. Both engines (tree-walker + VM) drive the same spec, so they cannot drift.
tool-side-effects-tag
Declare what an LLM agent tool actually does (read, write, idempotent, destructive, external, expensive, network) so the scheduler / retry layer can decide what's parallel-safe and retry-safe…
ix-match
matching and moving IIQ files so they can be easily imported into IX Capture
klieo-ops-redispatcher
Operator-cron tool that re-dispatches stale klieo-ops worklog items past their threshold so a healthy supervisor can pick them up after process crashes
suffice
terminal-based tool for controlling a cycling trainer, so you can pound pedals while peddling code
pshell
Works out if this is running from inside a shell, and if so, which one
dlopen
opening and operating on dynamic link libraries (also known as shared objects or shared libraries). This is a modern and more flexible alternative to the already existing libraries like libloading or sharedlib
embedded-so3-f32
Groupe de rotation SO(3) en f32 pour systèmes embarqués no_std via quaternions unitaires
sorla-provider-core
Shared SoRLa provider contracts and metadata
morphio
Morphs the font, so one word renders as another
so-utils
High-performance statistical computing library written in Rust, exposed to Python via PyO3
ld-so-cache
A parser for glibc ld.so.cache files
tenrso-planner
Contraction order planning and optimization for TenRSo
pathwise-geo
Riemannian manifold SDE simulation (geodesic Euler/Milstein/SRI) on S^n, SO(n), SPD(n) via the cartan geometry library
so-core
High-performance statistical computing library written in Rust, exposed to Python via PyO3
greentic-sorla-dev
Wizard-first CLI for Greentic SoRLa
cart_container
The CaRT file format is used to store or transfer malware and it's associated metadata. It neuters the malware so it cannot be executed, and encrypts it so anti-virus software cannot flag the CaRT file as malware
dl_api
The easiest, simplest and safest way to load dynamic (shared object) libraries from Rust!
llm-json-repair
Clean and parse JSON emitted by LLMs. Strips markdown fences, trailing commas, and surrounding prose so serde_json::from_str works.
greentic-sorla
Wizard-first CLI for Greentic SoRLa
soplex-rs
Safe Rust bindings for the SoPlex LP solver
soavec
A vector-like data structure for conventient growable Struct-of-Arrays creation and manipulation
vigy-mcp
MCP server for vigy — exposes runtime CRUD as MCP tools so Claude (and other MCP clients) can drive the registry
weresocool_analyze
audio analysis for WereSoCool
tenrso-ooc
Out-of-core processing with Arrow/Parquet for TenRSo
polyplug_native
Native loader for polyplug - loads C ABI plugins (.so/.dll/.dylib)
copydeps
Find and copy all the .so / .dll files needed by an executable
tish
A tiny, fast shell with not so tiny features
shakrs-cargo-policy
Shakrs Cargo baseline policy: requires the [lints] workspace opt-in so workspace lint tables apply
lunasoc-hal
Hardware Abstraction Layer implementation for LunaSoC cores
tenrso-exec
Unified execution API for TenRSo
minidl
Extremely lean cross platform library for loading symbols
agentidemp
Idempotency keys for LLM agent retries. Deterministic content-derived keys (UUIDv5 or sha256-hex) so retries dedupe at the provider.
dlloader
A cross-platform dynamic library loader
veloren-serverbrowser-api
the format of the veloren serverbrowser, so it can be used by other tools
g3rs-cargo-policy
g3 cargo baseline policy: requires the [lints] workspace opt-in so the workspace lint tables actually apply
tenrso-ad
Automatic differentiation support for TenRSo
dlopen-note
ELF .note.dlopen metadata
so-linalg
High-performance statistical computing library written in Rust, exposed to Python via PyO3
jarvy-templates
Shared tool-scaffold template + validation for jarvy and cargo-jarvy. No runtime deps so dependents stay light.
greentic-sorla-lib
Reusable library facade for Greentic SoRLa authoring, validation, and handoff artifacts
weresocool_error
Errors for WereSoCool
so-python
High-performance statistical computing library written in Rust, exposed to Python via PyO3
weresocool_ast
AST for WereSoCool
cargo-so
cargo build Android .so lib files
sorer
A schema on read file parser
prompt-fence-strip
Strip
code fences, leading prose, and trailing chatter from LLM output so the structured payload survives. Zero deps.
static_assert_macro
so-called
static_assert
jackdaw_sdk
Single proxy dylib shipped with jackdaw. Extensions link against this via
cargo rustc --extern bevy=libjackdaw_sdk.so --extern jackdaw_api=libjackdaw_sdk.soso they share one compilation…
so-stats
High-performance statistical computing library written in Rust, exposed to Python via PyO3
not-so-fast
data validation with derive macro
json_string
Format JSON string so that
serde_jsoncan understand it
librpmsign-sys
rpmsign library FFI bindings (librpmsign.so)
so-tsa
High-performance statistical computing library written in Rust, exposed to Python via PyO3
weresocool_shared
shared for WereSoCool
so-models
High-performance statistical computing library written in Rust, exposed to Python via PyO3
nvpair
Work with nvlist and nvpair (using nvpair-sys, libnvpair.so)
app-if-ipc
IPC interfaces for P47H components
yakf
Kalman Filter Implementation, as well as, Lie Theory (Lie group, algebra, vector) on SO(2), SO(3), SE(2) and SE(3). [no_std] is supported by default.
visa-device-handler
handle NI-VISA connections and simplify its use
weresocool_ring_buffer
ring_buffer for WereSoCool
jackdaw_rustc_wrapper
Thin rustc interceptor that redirects --extern bevy= to libjackdaw_sdk.so when compiling jackdaw extension/game projects. Invoked via .cargo/config.toml build.rustc-wrapper in scaffolded projects.
soccer-rs
Occupation and industry coding for epidemiologic studies and more
hash_set_map
HashSetMap, K=hash(V),V=V | So uh.. yeah. HashSetMap. ⛓️
pilka_ash
Homebrew and probably-not-so-great vulkan renderer
librpmbuild-sys
rpmbuild library FFI bindings (librpmbuild.so)
adacore-zynqmp
Support for the AMD Zynq UltraScale+ MPSoC
anaso_components_stela
Components for Ana.so's Stela API
aci_ppm
Encode and decode PNM image files (TODO: so far only PPM)
rustc-host
Get host target triplet of rustc
weresocool_lame
Lame FFI for WereSoCool
opmap
Datastructure for WereSoCool
rayso
Upload code to ray.so from terminal
pulsate-net
Listeners, socket options (SO_REUSEPORT), connection limits, accept loop, graceful drain
weresocool_instrument
audio renderer for WereSoCool
weresocool_parser
Parser for WereSoCool
serde_yang
yang based serializer(so far) for Serde
scop
Lame FFI for WereSoCool
not-so-human-panic
Panic messages for humans
weresocool_vorbis
Vorbis for WereSoCool
anaso_algorithm
The recommendation algorithm for Ana.so
anaso_sdk
SDK for the Ana.so API
eluna
Not-so-precise moon calendar for 1900-2100
Try searching with DuckDuckGo or on crates.io.