Macros to make structs and enums clonable that use dyn Objects
A macro that creates a (naive) Free Monad type based on a user-supplied Functor. It uses the traits from the "higher" crate. This macro is a port of the Control.Monad.Free part of the "free" Haskell package by Edward Kmett.
Type erased vector. Most operations can be done without type knowledge. Mostly zero overhead.
Framework for building AMQP workers with lapin and tower
Framework for building AMQP workers with tower
A library for cloning trait objects
A thread-safe heterogeneous container with type-safety
Combadge makes Rust Web Workers easy
rust tcp channel server frame.
A behaviour tree plugin for bevy with dynamic spawning.
Abstract over "containers" that hold a T, such as a T itself, Box<T>, or Arc<Mutex<T>>
A tui library that follows the MVC pattern