mirror of
https://github.com/uutils/tar.git
synced 2026-06-10 16:14:35 -07:00
empty sed for reimplementation
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
[](https://crates.io/crates/sed)
|
||||
[](https://discord.gg/wQVJbvJ)
|
||||
[](https://github.com/uutils/sed/blob/main/LICENSE)
|
||||
[](https://deps.rs/repo/github/uutils/sed)
|
||||
|
||||
[](https://codecov.io/gh/uutils/sed)
|
||||
|
||||
# sed
|
||||
|
||||
Rust reimplementation of the sed project
|
||||
|
||||
## Installation
|
||||
|
||||
Ensure you have Rust installed on your system. You can install Rust through [rustup](https://rustup.rs/).
|
||||
|
||||
Clone the repository and build the project using Cargo:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/uutils/sed.git
|
||||
cd sed
|
||||
cargo build --release
|
||||
cargo run --release
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
sed is licensed under the MIT License - see the `LICENSE` file for details
|
||||
Reference in New Issue
Block a user