mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-05 10:34:27 +10:00
8 lines
310 B
Markdown
8 lines
310 B
Markdown
# droplet-rs
|
|
|
|
A Rust-based library for utilities and functionality required both by the server, client, and other tools.
|
|
|
|
## manifest generation
|
|
`droplet-rs` contains the manifest generation code, held in `manifest.rs`.
|
|
|
|
It also includes the version backends to provide a unified read-write interface to files. |