imiskolee / finance-rust
common finance mathematics library in Rust
☆43Updated 8 years ago
Alternatives and similar repositories for finance-rust:
Users that are interested in finance-rust are comparing it to the libraries listed below
- A trait to abstract over common tree functionality☆35Updated 5 years ago
- run futures in may☆8Updated 5 years ago
- Local Actor library based on may☆28Updated 8 months ago
- Main sources of systems of Immux☆38Updated 3 years ago
- A tiny embedded, lock free, redis-like, pub+sub, brokerless, key value datastore. ømq+sled☆34Updated last year
- Utilities building on top of Rust's async primitives.☆23Updated 5 years ago
- ☆36Updated 2 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆53Updated last year
- Redis cluster library for Rust☆14Updated last year
- Interpreted language and bytecode VM of my own design written in Rust [Unmaintained]☆28Updated 5 years ago
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 5 years ago
- In-memory filesystem in Rust☆72Updated 5 years ago
- Greenspunning Rust's macro_rules!☆32Updated 6 years ago
- Utilities for concurrent programming☆37Updated 6 years ago
- Rust crate providing an indexed, queryable column-based storage system☆31Updated 2 years ago
- Simple Opinionated Networking in Rust☆53Updated 4 years ago
- An ordered map and set based on a trie.☆29Updated 4 years ago
- experimental middleware-based minimalism async HTTP server framework☆22Updated 3 years ago
- How to structure concurrent workflows in Rust, via five simple examples.☆32Updated 4 years ago
- Distributed consensus protocol for replicated state machines☆61Updated 6 years ago
- A foray into rust async await☆44Updated 5 years ago
- Run closures in parallel☆112Updated last month
- A buffered I/O stream for Rust☆31Updated 5 years ago
- Composable, lock-free, allocation-light data structures☆60Updated 6 years ago
- An implementation of thread pools which can be used with Rust futures