The SpacetimeDB Rust Server Module meta-framework
Macros to extend SpacetimeDSL. You shouldn't depend on this directly and instead use the spacetimedsl crate.
Contains structs which represent the input and output of SpacetimeDSL. Can be used by other proc-macro crates to build Macros which utilize SpacetimeDSL under the hood.
A procedural macro that simplifies the creation of getter, setter and constructor methods for fields in your Rust structs.
Extra helpers and functionality built on top of mlua for embedded lua development
A high-performance Rust client for streaming data ingestion into Databricks Delta tables using the Zerobus service
Macro for for generating bitfields from structs and enum bitflags for defining packed binary schemas in low-level systems (e.g. embedded development or emulators)
Macro for generating flexible bitfields. Useful for low-level code (embedded or emulators).
Kdb+ IPC codec library for handling kdb+ wire protocol data with Rust.
C ABI bindings for Ratatui (Rust TUI) to consume from C/C#/etc.
Procedural macros for epics-base-rs
A batteries-included MVC web framework for Rust — built on ntex + Floz