Skip to content

Commit

Permalink
Merge pull request #2 from is-it-ayush/ayu/tiny_readme_update
Browse files Browse the repository at this point in the history
fix: readme links
  • Loading branch information
is-it-ayush authored Feb 20, 2024
2 parents 7dcb0f7 + 7af8f5e commit c9a196f
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
### rust-fr

'rust-fr' aka 'rust for real' is a toy implementation of a data-interchange format that is better than
json but not as awesome as other compact binary formats like [ciborium](https://github.com/enarx/ciborium)
& [msgpack-rust](https://github.com/3Hren/msgpack-rust).
'rust-fr' aka 'rust for real' is a simple data-interchange format that is better than [serde_json](https://github.com/serde-rs/json)
but not as awesome & compact as other binary formats like [ciborium](https://github.com/enarx/ciborium) & [msgpack-rust](https://github.com/3Hren/msgpack-rust).

### installation

You can use either of these methods.

- Add via `cargo add rust-fr`
- Add via `Cargo.toml`
```.toml
[dependencies]
rust-fr = "0.1.0"
```

### usage.

Expand Down

0 comments on commit c9a196f

Please sign in to comment.