drop/libraries/droplet
DecDuck c5a70e6801
Fix archive backend crash (#475)
* Fix archive backend

* Fix overflow bug + add workflow

* Potential fix for pull request finding 'CodeQL / Workflow does not contain permissions'

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

* Fix lint

---------

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2026-08-21 10:20:14 +10:00
..
src Fix archive backend crash (#475) 2026-08-21 10:20:14 +10:00
testfiles fix: update tests with fail condition 2026-03-02 22:31:37 +11:00
.envrc chore: Add flake.nix and .envrc 2026-01-22 07:42:58 +11:00
.gitignore New v0.4.0 website 2026-04-03 01:25:10 +00:00
Cargo.lock New v0.4.0 website 2026-04-03 01:25:10 +00:00
Cargo.toml New v0.4.0 website 2026-04-03 01:25:10 +00:00
flake.lock chore: Add flake.nix and .envrc 2026-01-22 07:42:58 +11:00
flake.nix chore: Add flake.nix and .envrc 2026-01-22 07:42:58 +11:00
LICENSE Initial commit 2025-04-01 22:17:34 +11:00
README.md feat: libarchive backend 2026-03-01 22:18:39 +11:00

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.