Files
drop/torrential/docs/structure.md
T
2025-12-20 01:11:05 +11:00

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.