Packages
Browse packages indexed by the registry.
The derive macro for the allem crate
An efficient implementation of Allen's interval relations for Rust's range types.
A simple package for interval algebra for more information see https://en.wikipedia.org/wiki/Allen%27s_interval_algebra
Interactive command-line tool to experiment with `flock(2)` locks
allenap's TFTP library
Generate Unison configuration files from a TOML description
Slipstream client SDK for Rust - Solana transaction relay
Contract-first RPC framework for Rust: declare a service as a trait, get typed Rust/Dart/TypeScript clients, declarative authorization, identity, and an axum host — batteries in the box. Umbrella crate re-exporting the allex-* crates.
Keyed awaitable fetch-coalescing cache: single-flight dedup, pluggable (SQLite) persistence, failure cooldown, progress streaming.
Generate a typed Dart client from an allex `#[rpc_module]` Rust source, byte-compatible with the serde JSON wire format.
Registry and dispatch traits (unary and streaming) that route allex RPC method calls to their handlers.
Disk/RAM headroom watchdog (gauges with hysteresis) for fire-and-forget allex services.
Batteries-included axum host builder (ServiceHost) wiring registry, transport, and dispatch, plus startup bootstrap helpers, for allex backends.
IdentityV1 service, JWT token engine, and pluggable credential/account store seams (login, refresh, sessions, registration guard) for allex.
Postgres-backed identity store for allex: bcrypt credentials, sessions, and bearer-token validation.
redb-backed identity store for allex: bcrypt credentials, sessions, and bearer-token validation.
SQLite-backed identity store for allex: bcrypt credentials, sessions, and bearer-token validation.
Per-key broadcast hub, Postgres LISTEN/NOTIFY driver, and replay-and-watch combinator for cross-instance live event streams in allex.
Minimal Mailgun email-sending client.
Stored message templates with Tera rendering: pure contract types plus a render helper.
Pooled Postgres access (deadpool) with a FromRow derive for allex services.
FromRow derive macro backing allex-postgres.
ProgressableFuture: a future that emits progress updates before completing; substrate for allex streaming RPC.
Proc-macro turning a `#[rpc_module]` trait into a typed client, server responder, and permission helpers for allex RPC services.
A pure, clock-free tick engine for scheduled and recurring tasks (DST-correct) used by allex.
Run an external script or executable: args and env in, captured output out, non-zero exit mapped to a typed error. Cross-platform and shell-agnostic.
Transport-agnostic request dispatch loop plus the per-request caller context (handle/role/profile) for allex services.
LocalState snapshot-plus-delta streams for allex services.
Derive-macro support for allex-state snapshot/delta types.
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