6 lines
248 B
Markdown
6 lines
248 B
Markdown
# Structure
|
|
Torrential is a typical Rust project. Source files are in `src/`.
|
|
|
|
`handlers.rs` contains most non-download endpoint handlers. `serve.rs` contains the download endpoint handler.
|
|
|
|
`remote.rs` handles communciating with the Drop server. |