Packages
Browse packages indexed by the registry.
Wire types, codecs, and transports (axum, reqwest, websocket, signalr) for allex RPC, with the error-to-HTTP-status mapping and bearer-token seam.
Generate a typed TypeScript client from an allex `#[rpc_module]` Rust source, byte-compatible with the serde JSON wire format.
A 'static hot-reloadable config singleton with an apply/register push-on-change pattern.
Thin Windows-service host harness for allex backends (Windows-only; an empty crate elsewhere so it can be depended on unconditionally).
Client logic for the Allfeat SDK
Substrate/JS compatible MIDDS main crate.
Substrate compatible MIDDS main crate.
Procedural macros for MIDDS v2 types generation
Flat genre enum for the Allfeat blockchain with frontend-backend compatibility
Complete Rust web framework with built-in HTTP/2 server, REST/GraphQL/gRPC, compile-time DI, CQRS - TDD from day zero
AllFrame core - complete web framework with HTTP/2 server, REST/GraphQL/gRPC, DI, CQRS
AllFrame CLI - Project scaffolding and code generation
Procedural macros for AllFrame framework
MCP (Model Context Protocol) server for AllFrame - Expose APIs as LLM-callable tools
Tauri 2.x plugin for AllFrame - Expose handlers via IPC for offline-first desktop apps
CLI for checking Allium specification files
Allium is a Rust library for onion routing.
Project Sekai deck recommendation engine: DFS / branch-and-bound exact search
Parser and structural validator for the Allium specification language
Run Multithreaded Rust along with Dart VM (in isolate).
Allocator wrapper that forces a given alignment (nightly only)
Deterministic allocation-failure testing for Rust.
Collections that don't panic on alloc failures
Allocator for ChibiOS 2.6
Composable allocator structures for plugging together more powerful allocators
A heap allocator for Cortex-M processors
Facade for std-or-alloc imports
Single-threaded object pool implementation
A memory allocator for creating large aligned chunks of memory
A global allocator that tracks allocation metrics
A dynamic allocator that may be used with or without the stdlib. This allows a package with nostd to allocate memory dynamically and be used either with a custom allocator, items on the stack, or by a package that wishes to simply use Box<>. It also provides options to use calloc or a mutable global variable for pre-zeroed memory
Allocate several named, different-typed values in one bump allocation, bound as standalone &mut variables.
Procedural macro implementation detail of the `alloc-once` crate.
Alloc profiler
Safe memory allocation, no panic!
A shim crate for to import items of alloc crate ergonomically. (deprecated).