lib.rs
Rune
The Rune Language, an embeddable dynamic programming language for Rust. Contributing. If you want to help out, please have a look at Open Issues. Highlights of Rune. Runs a compact representation of the language on top of an efficient stack-based virtual machine. Clean Rust integration 💻. Memory safe through reference counting 📖. Awesome ...
neutralts
3,712 downloads per month Used in neutral-ipc. Apache-2.0. 305KB 2.5K SLoC Web Template Engine - Neutral TS. Neutral is a web application template system, designed to work with any programming language (language-agnostic) via IPC and natively as library/crate in Rust.. In this simple PWA example, all three use exactly the same templates.
fuyuc
The compiler for the Fuyu programming language. This crate provides the fuyuc command line application to compile Fuyu code. No runtime deps. See also: clue, semantic-analyzer, atlas_77, pen-ffi, antimony-lang, torq_lang, cecile, diatom, monkey-lexer, generic-lang, goboscript.
Cyclang
A programming language I built in Rust - mainly for fun and my own learning! Uses PEG Parser in Rust for parsing and LLVM (llvm-sys) as the backend to compile to machine code binary. Check the user guide for a detailed overview of the language. Try the Fibonacci example in /examples/fib.cyc.
Rustica
384 downloads per month . Apache-2.0. 160KB 2.5K SLoC Rustica. Rustica is a library designed to make functional programming features easily accessible in Rust. It provides a comprehensive set of type classes and utilities commonly found in functional programming languages, but some features are still missing or unimplemented.
The Rust Programming Language Book Crate
lib.rs: . A support crate for The Rust Programming Language.. This crate mostly just re-exports items from other crates. It exists for two main reasons: So that as you read along in The Rust Programming Language, you can add just one dependency, rather than however many we end up with, and likewise use only one set of imports.. So that we can more easily guarantee it keeps building and working.