https://github.com/jmcph4/rainyday
A minimalist BitTorrent client respecting the Unix philosophy
https://github.com/jmcph4/rainyday
bittorrent bittorrent-client bittorrent-protocol
Last synced: over 1 year ago
JSON representation
A minimalist BitTorrent client respecting the Unix philosophy
- Host: GitHub
- URL: https://github.com/jmcph4/rainyday
- Owner: jmcph4
- License: mit
- Created: 2021-02-17T05:46:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-24T06:04:29.000Z (about 5 years ago)
- Last Synced: 2024-12-24T07:45:08.658Z (over 1 year ago)
- Topics: bittorrent, bittorrent-client, bittorrent-protocol
- Language: Rust
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# rainyday
[](https://github.com/RichardLitt/standard-readme)
A minimalist BitTorrent client respecting the Unix philosophy
## Table of Contents
- [Security](#security)
- [Install](#install)
- [Usage](#usage)
- [Maintainers](#maintainers)
- [Contributing](#contributing)
- [License](#license)
## Security
## Install
```
$ git clone git@github.com:jmcph4/rainyday.git
$ cd rainyday
$ cargo run
```
## Usage
```
$ cargo run
```
## Maintainers
[@jmcph4](https://github.com/jmcph4)
## Contributing
See [the contributing file](CONTRIBUTING.md)!
PRs accepted.
Small note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
## License
MIT © 2021 Jack McPherson