ratcat

Crates.ioratcat
lib.rsratcat
version0.1.2
sourcesrc
created_at2023-05-08 19:02:04.173504
updated_at2023-05-08 19:34:26.137949
descriptionA rusty cat clone
homepagehttps://github.com/2KAbhishek/rat
repositoryhttps://github.com/2KAbhishek/rat
max_upload_size
id859997
size62,927
Abhishek Keshri (2KAbhishek)

documentation

README

rat / ratcat

License People Stars Forks Watches Last Updated

A rusty cat 🐭🦀

rat / ratcat is a clone of cat written in rust

✨ Features

  • Blazing fast performance
  • Great error reporting
  • Superior test coverage
  • Minimalistic and simple

Setup

⚡ Requirements

  • cargo / Rust

🚀 Installation

git clone https://github.com/2kabhishek/rat
cd rat
cargo install --path .
# or
cargo install ratcat

💻 Usage

Usage: ratcat <PATH>

Arguments:
  <PATH>

Options:
  -h, --help  Print help

Behind The Code

🌈 Inspiration

Wanted to explore me some rusty rust.

💡 Challenges/Learnings

  • Rust tooling with neovim is awesome!
  • Error handling in rust can be as complicated or as simple as you want.
  • Unit tests are conventionally stored in the same file as src.

🧰 Tooling

🔍 More Info

  • rgep — a rusty grep

⭐ hit the star button if you found this useful ⭐

Source | Blog | Twitter | LinkedIn | More Links | Other Projects

Commit count: 28

cargo fmt