libtortillas 0.0.0

A asynchronous library based on the actor model for interacting with the bittorrent protocol
Documentation
# Tortillas
A terminal-based TUI (Text User Interface) torrent client built in Rust ๐Ÿซ“.

## ๐Ÿšง Project Status

**Note:** This project is currently under active development and is not yet feature-complete. It is by no means ready for use.

## ๐Ÿ› ๏ธ Roadmap
See our roadmap [here](https://github.com/users/artrixdotdev/projects/6).

### โœ… Currently Supported
- Parsing and handling Magnet URIs
- Parsing and handling `.torrent` files
- uTP and TCP peer connections
- Full implementation of the BitTorrent protocol

### ๐Ÿ”„ In Development
- Completion of [libtortillas]crates/libtortillas library


### ๐Ÿ“ˆ Future Plans
- Frontend TUI (Text User Interface)

### โŒ Not Planned
- WebTorrent connections: Due to the lack of clear documentation and complex, undocumented protocols WebTorrent support is not currently planned.

## ๐Ÿงช Testing

We use [Nextest](https://nexte.st/) for running tests. To run tests locally, you may need to install Nextest:

```bash
# Install Nextest (example using pre-built binaries)
# See: https://nexte.st/docs/installation/pre-built-binaries/
```

## ๐Ÿ“ฆ Installation
### Tortillas
Tortillas is the frontend TUI (Text User Interface) application (what most people want)

There are plans to publish tortillas to registries such as [crates.io](https://crates.io) and [the AUR](https://aur.archlinux.org). However, for now, you can install it from source using cargo:
```bash
cargo install --git https://github.com/artrixdotdev/tortillas
```

This will install `tortillas` to your local Rust toolchain.


### Libtortillas
Libtortillas is the library that powers the frontend TUI application. It is a library that can be used to build your own frontend application or integrate with existing frontend applications.

```bash
cargo add --git https://github.com/artrixdotdev/tortillas libtortillas
```
## ๐Ÿค Contributing

We welcome contributions! If you'd like to help improve `tortillas`, please check out our [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines and tips.

## ๐Ÿ“Š Analytics

![Repobeats Analytics](https://repobeats.axiom.co/api/embed/2937f666319e74a9467ef1d5442edf89beabd516.svg "Repobeats analytics image")