| Crates.io | purple |
| lib.rs | purple |
| version | 0.1.1 |
| created_at | 2025-05-28 07:55:09.79874+00 |
| updated_at | 2025-05-28 08:16:50.395322+00 |
| description | A next-generation, Rust-native code editor for Rust developers. |
| homepage | |
| repository | https://github.com/ofluffydev/purple |
| max_upload_size | |
| id | 1692457 |
| size | 146,378 |
Purple is a next-generation, Rust-native code editor built by and for Rust developers. It bundles all the tools needed to build, test, and manage Rust projects and libraries—right out of the box.
cargo, rustfmt, clippy, and more.Clone the repository and build Purple:
git clone https://github.com/ofluffydev/purple.git
cd purple
cargo run --release
# or if you'd like to install it
cargo install --path .
Or install the latest from crates.io:
cargo install purple
Contributions are welcome! Please open issues or pull requests for features, bug fixes, or documentation improvements.
Purple is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0-or-later). See LICENSE for details.