rustyline
Readline library
A Rust implementation of readline with support for various features and platforms.
Readline Implementation in Rust
2k stars
15 watching
178 forks
Language: Rust
last commit: 6 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
srijs/rust-copperline | A Pure-Rust command line editing library | 27 |
movingtomars/liner | A Rust library providing a readline-like interface for interacting with the command line | 74 |
rust-lang/reference | The Rust Language Reference is the primary documentation for the Rust programming language. | 1,248 |
alilleybrinker/langs-in-rust | A directory of programming languages implemented in Rust, serving as a source of inspiration and comparison. | 874 |
bradford-hamilton/monkey_lang_rust | Rewriting a scripting language in Rust to create a compiler and interpreter implementation | 6 |
rust-lang-ru/rust-by-example | A translation project of the Rust programming language book | 63 |
cirho/powerline-rust | An alternative to powerline-shell written in Rust, focusing on minimal execution time and simplicity. | 51 |
danielpclark/rutie | An integration library between Ruby and Rust. | 961 |
vindarel/cl-readline | A Common Lisp interface to the GNU Readline library for editing command lines | 38 |
rust-lang/rust-mode | An Emacs configuration for editing Rust code | 1,124 |
rust-lang/style-team | Defines and enforces style conventions for the Rust programming language. | 454 |
whitfin/bytelines | A high-performance library for reading input lines as byte slices without allocations. | 59 |
ilai-deutel/kibi | A small text editor with basic features like syntax highlighting and incremental search, written in Rust. | 1,536 |
rust-lang/chalk | An implementation of the Rust trait system using a PROLOG-like logic solver | 1,843 |
yaa110/rake-rs | A Rust library implementing a keyword extraction algorithm to automatically identify relevant words in text | 33 |