tcr / parser-cLinks
Haskell's language-c ported to Rust.
☆33Updated 7 years ago
Alternatives and similar repositories for parser-c
Users that are interested in parser-c are comparing it to the libraries listed below
Sorting:
- Renders interactive fractal-like animations☆19Updated 8 years ago
- ☆64Updated 8 years ago
- A Rust source code parser and explorer☆23Updated 2 years ago
- A small crate to provide space-efficient Option<_> replacements☆37Updated 10 months ago
- A Cargo plugin to list unsafe code in a Rust project.☆47Updated 7 years ago
- A macro to define lambda-like macros inline.☆17Updated 6 years ago
- ☆27Updated 10 years ago
- ☆18Updated 4 years ago
- A pure Rust implementation of DEFLATE decompression☆45Updated 6 years ago
- ☆20Updated 8 years ago
- An efficient method of heaplessly converting numbers into their string representations, storing the representation within a reusable byte…☆46Updated 2 months ago
- ☆53Updated 6 years ago
- Named arguments for Rust☆38Updated 8 years ago
- ☆40Updated 6 years ago
- Convert `try!()` into `?`s☆34Updated 8 years ago
- Take a reference and get back a slice of length one☆26Updated 4 years ago
- A Rust compiler plugin and support library to annotate overflow behavior☆106Updated 2 years ago
- Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds.☆105Updated 6 years ago
- std::Error in no_std environment.☆39Updated 5 years ago
- A fuzzing tool for incremental compilation that walks git history☆33Updated 7 years ago
- A monotonic solver designed to be easy to use with Rust enum expressions☆49Updated 4 years ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 10 months ago
- Faster, more flexible and more correct alternative to core::fmt☆40Updated 5 years ago
- Run a function after some data was mutably borrowed☆30Updated 5 years ago
- An attempt to make a port of minimp3 to Rust☆31Updated 6 years ago
- Implementation of libm in rust