Turn any photo into a perforated postage-stamp PNG, from the command line or as a library.
A short description.
Multi app node server, designed for minimal footprint and modular architecture
dbook . density, data, diagrams, dwellings.pdf 5 [verified]
A macro to generate variants of a struct to allow splitting fields for extended periods of time
Provides structs of reference counting pointers. The perforance is better than 'std::rc::Rc' and than 'std::sync::Arc' by counting only the strong references but not weak the references.
A lightweight, performant and simple 2D game engine in Rust
A driver for hub75 rgb matrix displays
Profiling for fast, high frequency events in multithreaded applications with low overhead
Hippocampal memory system for ExoGenesis Omega - DG/CA3/CA1 circuits, pattern separation/completion, replay
A pure rust FFT library !
A Rand Library For Deriving Randomness From Secure Sources With A Simple Interface
Intellgent json collection caching
You can perfor basic mathematical operations(add/subtract/multiply/devide) using this ruby gem. Usage: BasicCalculator.add(1,2), BasicCalculator.subtract(2,1), BasicCalculator.multiply(2,3), BasicCalculator.devide(4,2).