rqbit/crates/librqbit/README.md

12 lines
234 B
Markdown
Raw Normal View History

2023-11-16 07:47:00 +00:00
# librqbit
A torrent library 100% written in rust
## Basic example
2023-11-19 22:48:19 +00:00
See ```examples``` folder.
2023-11-16 07:47:00 +00:00
This is a simple program on how to use this library
This program will just download a simple torrent file with a Magnet link
```rust
```