mirror of
https://codeberg.org/JasterV/granc.git
synced 2026-04-26 18:40:05 +00:00
chore: update README
This commit is contained in:
parent
e5b1296ab5
commit
eaf99b1034
1 changed files with 8 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
# Granc 🦀
|
||||
|
||||
[](https://crates.io/crates/granc)
|
||||
|
||||
> ⚠️ **Status: Experimental**
|
||||
>
|
||||
> This project is currently in a **highly experimental phase**. It is a working prototype intended for testing and development purposes. APIs, command-line arguments, and internal logic are subject to breaking changes. Please use with caution.
|
||||
|
|
@ -22,6 +24,12 @@ It is heavily inspired by tools like `grpcurl` but built to leverage the safety
|
|||
|
||||
## 📦 Installation
|
||||
|
||||
### From Crates.io
|
||||
|
||||
```bash
|
||||
cargo install granc
|
||||
```
|
||||
|
||||
### From Source
|
||||
|
||||
Ensure you have Rust and Cargo installed.
|
||||
|
|
|
|||
Loading…
Reference in a new issue