playXE / masm-rsView external linksLinks
Macro assembler for Rust
☆36Mar 8, 2024Updated last year
Alternatives and similar repositories for masm-rs
Users that are interested in masm-rs are comparing it to the libraries listed below
Sorting:
- JIT codegen backend with SSA IR based on B3 from WebKit☆64Oct 26, 2023Updated 2 years ago
- Compile-Time Parsing Expression Grammars for Zig☆12Jan 21, 2021Updated 5 years ago
- ☆94Oct 9, 2023Updated 2 years ago
- A Brainfuck interpreter written in Rust and compiled to WebAssembly☆10Dec 4, 2017Updated 8 years ago
- MIT NIHS image format implementations☆10Dec 11, 2019Updated 6 years ago
- debug_assert! for your memory usage in Rust☆13Feb 11, 2019Updated 7 years ago
- An implementation of a lexically scoped, referentially transparent, minimal Lisp with some added features☆10Mar 30, 2022Updated 3 years ago
- Inserting elements into this map yields a persistent, type-safe Index to that new element.☆13Oct 15, 2018Updated 7 years ago
- A rust implementation of octree and quadtree datastructures for realtime applications☆15Updated this week
- An easy-to-use, incremental, multi-threaded garbage collector for Rust☆12Aug 11, 2024Updated last year
- Create dozens/hundreds/thousands/millions of random examples based on a pest grammar (PEG). It can be used for generate string/structured…☆15Jun 8, 2021Updated 4 years ago
- A simple interpreter featuring a tracing JIT☆16Mar 28, 2011Updated 14 years ago
- A dynasm-like tool for rust.☆817Updated this week
- Provides truly zero-cost alternatives to Iterator::step_by for both incrementing and decrementing any type that satisfies RangeBounds<T: …☆13Jan 5, 2022Updated 4 years ago
- Custom Neuron Decision-Making and Visual Workflow Orchestration Quantitative☆18Apr 10, 2025Updated 10 months ago
- Write simple proc-macros inline with other source code.☆20Nov 24, 2024Updated last year
- A small, self-contained SHA256 and HMAC-SHA256 implementation.☆35Updated this week
- Experimenting with ergonomic dyn types☆29Dec 6, 2021Updated 4 years ago
- A double-ended priority queue implemented with an interval heap.☆17Jul 31, 2017Updated 8 years ago
- A fast bump allocator that supports allocation scopes / checkpoints. Aka an arena for values of arbitrary types.