In-line / calculatorLinks
Simple mathematical expression evaluator (aka calculator) built using Nom, Pratt Parser, LLVM, Cranelift and Relm.
☆53Updated 5 years ago
Alternatives and similar repositories for calculator
Users that are interested in calculator are comparing it to the libraries listed below
Sorting:
- Run closures in parallel☆114Updated 6 months ago
- A trait to abstract over common tree functionality☆35Updated 5 years ago
- Concurrent hash trie☆57Updated 4 years ago
- Parse environment variables by defining a struct☆24Updated 5 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆54Updated 2 years ago
- Helper trait to create a boxed instance without going through stack☆36Updated 3 years ago
- ☆46Updated last year
- Proof of concept of procedural macro input parsed by LALRPOP☆52Updated 2 years ago
- ☆24Updated 2 years ago
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- Retriever stores ordinary rust data types in a similar manner as a NoSQL database.☆48Updated 2 years ago
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 5 years ago
- A cache that holds a limited number of key-value pairs☆83Updated 3 years ago
- Rust crate to use process file descriptors (pidfd) for Linux☆49Updated 2 months ago
- Executor Agnostic Runtime that can run your futures with your favourite Executor☆144Updated 4 years ago
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆42Updated 3 years ago
- Collection of typed data structures, trait operators and aliases☆51Updated 4 years ago
- A global executor built on top of async-executor and smol☆74Updated 4 months ago
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- Data parallelism library for async-std.☆93Updated last year
- A sentinel-based, heapless, `Vec`-like type.☆69Updated 5 years ago
- A low-level I/O ownership and borrowing library☆103Updated 8 months ago
- A Rust library (crate) for reading and easily navigating forward, backward or randomly through the lines of huge files. Tested with files…☆88Updated 3 years ago
- Spawn processes with arbitrary closures in rust☆112Updated 3 years ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- Proc macro for smol async runtime☆53Updated 4 years ago
- A simple, expressive unit test framework for Rust☆49Updated 4 years ago
- Simple language parser, interpreter and CLI built in Rust, to be used for baremetal/no_std environments.☆21Updated 2 years ago
- An LRU cache implementation with constant time operations and weighted semantic.☆46Updated 7 months ago