mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-11 21:34:42 +10:00
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. |