| Crates.io | moto-rush |
| lib.rs | moto-rush |
| version | 0.1.0 |
| created_at | 2024-01-07 19:25:40.109651+00 |
| updated_at | 2024-01-07 19:25:40.109651+00 |
| description | A posixy shell implemented in Rust with minimal external dependencies. |
| homepage | |
| repository | https://github.com/moturus/rush |
| max_upload_size | |
| id | 1091974 |
| size | 68,518 |
RUst SHell: a posixy shell implemented in Rust with minimal external dependencies.
Q: Why another shell in Rust?
A: Existing shell projects (a) aim to be 'a better shell', and (b) have a lot of dependencies, so they cannot be easily ported to non-standard OSes; and even non-standard OSes often need interactive shells.