rust-hosted-langs / runtimes-WG
Working group focused on language runtimes - implementing GC and concurrency in safe Rust APIs
☆34Updated 7 years ago
Alternatives and similar repositories for runtimes-WG:
Users that are interested in runtimes-WG are comparing it to the libraries listed below
- A very small GC in Rust, with a safe API☆62Updated 10 months ago
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- Runtime with fast GC and easy concurrency.☆43Updated 4 years ago
- Spawn processes with arbitrary closures in rust☆110Updated 3 years ago
- A toy Lisp compiler targeting x86-64☆40Updated 5 years ago
- A crate which defines parsers for common programming language constructs using https://github.com/Marwes/combine☆90Updated 3 years ago
- Scrap Your Rust Boilerplate☆55Updated 7 years ago
- Run a function after some data was mutably borrowed☆30Updated 4 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- A crate with indexed arenas with small memory footprint☆77Updated 8 months ago
- D-inspired contract programming in Rust using macros☆54Updated 3 years ago
- A pool of reusable values☆50Updated 5 years ago
- An interpreted language written in Rust inspired by the Lisp family of languages.☆61Updated 2 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- ☆40Updated 6 years ago
- In support of measuring heap allocations in Rust programs.☆100Updated 5 years ago
- ☆93Updated last year
- Type-level named values with partial dependent type support in Rust☆57Updated 3 years ago
- Judy array implementation in pure Rust☆86Updated 7 years ago
- A small Rust library for recycling types with owned memory☆33Updated 9 years ago
- Retriever stores ordinary rust data types in a similar manner as a NoSQL database.☆48Updated 2 years ago
- Simple language parser, interpreter and CLI built in Rust, to be used for baremetal/no_std environments.☆20Updated 2 years ago
- ☆59Updated 3 years ago
- Faster, more flexible and more correct alternative to core::fmt☆40Updated 4 years ago
- Tutorial and demo of rust compiler replacement tooling☆56Updated 4 years ago
- An efficient method of heaplessly converting numbers into their string representations, storing the representation within a reusable byte…☆43Updated 3 years ago
- More maintainable Rust test☆28Updated 3 years ago
- Automatically derives `is_dog` and `is_cat` methods for `enum Pet { Dog, Cat }`.☆23Updated 4 years ago
- A monotonic solver designed to be easy to use with Rust enum expressions☆47Updated 4 years ago
- [DEPRECATED] A simple object arena☆37Updated 3 years ago