mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-03 01:30:15 +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. |