cgaebel / sexpLinks
S expression parser for rust
☆17Updated 2 years ago
Alternatives and similar repositories for sexp
Users that are interested in sexp are comparing it to the libraries listed below
Sorting:
- Experimental persistent collections in Rust☆45Updated 7 years ago
- A crate which defines parsers for common programming language constructs using https://github.com/Marwes/combine☆92Updated 4 years ago
- An immutable singly-linked list, as seen in basically every functional language☆29Updated 2 years ago
- A very small GC in Rust, with a safe API☆63Updated last year
- Runtime with fast GC and easy concurrency.☆43Updated 4 years ago
- An interpreted language written in Rust inspired by the Lisp family of languages.☆61Updated 3 years ago
- I/O and binary data encoding for Rust☆40Updated 10 years ago
- A small crate to provide space-efficient Option<_> replacements☆37Updated 7 months ago
- A library which finds language features in rust code and provides resources on them.☆39Updated 7 years ago
- A Scheme embedded in Rust, like Lua in C.☆62Updated 7 years ago
- Named arguments for Rust☆38Updated 8 years ago
- Faster, more flexible and more correct alternative to core::fmt☆40Updated 5 years ago
- An ordered map and set based on a trie.☆28Updated 5 years ago
- Convert `try!()` into `?`s☆34Updated 8 years ago
- A monotonic solver designed to be easy to use with Rust enum expressions☆48Updated 4 years ago
- A Rocket based JSON Web Token authentication server.☆32Updated 5 years ago
- Run a function after some data was mutably borrowed