libfar/README.md

10 lines
195 B
Markdown
Raw Permalink Normal View History

2022-04-10 03:11:02 -07:00
# LibFar-rs
## Rust library for interacting with FAR archives.
2022-04-10 03:24:35 -07:00
[docs](https://docs.rs/libfar/0.1.1/libfar/farlib/index.html)
add to your project with
```toml
[dependencies]
2023-09-25 13:42:05 -07:00
libfar = "0.2.0"
2022-04-10 03:24:35 -07:00
```