Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blackyoup/r411
A client for T411 written in rust
https://github.com/blackyoup/r411
rust t411 torrent web-interface
Last synced: about 1 month ago
JSON representation
A client for T411 written in rust
- Host: GitHub
- URL: https://github.com/blackyoup/r411
- Owner: BlackYoup
- Created: 2017-04-29T18:26:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T01:26:27.000Z (over 7 years ago)
- Last Synced: 2024-10-15T09:31:08.527Z (3 months ago)
- Topics: rust, t411, torrent, web-interface
- Language: Rust
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
r411
====A simple web interface for the [T411](https://t411.ai) website built in rust.
## Run
Install a nightly version of rust through [rustup](https://www.rustup.rs/) for rocket to work: https://rocket.rs/guide/getting-started/#installing-rust
Then, `cargo run` will launch it on the port `8000`.
## Motivation
Inspired by [T412](https://github.com/matthiasbosc/t412) made by [matthiasbosc](https://github.com/matthiasbosc).
I'm not very confortable with PHP and couldn't find my way into the project.
Plus, I'm in my rust period and I never did a website with a popular framework
so it was the right time to try.## Disclaimer
I'm not sure this will ever be good enough to be used, but I'll try to add
some of the features T412 already has plus the ones I wanted to add.