No description
  • Rust 95.3%
  • Nix 4.7%
Find a file
2026-05-25 16:46:26 +00:00
.github/workflows fix: install libarchive in ci 2026-03-02 22:16:40 +11:00
libarchive-rust@fdb73ef2de fix: clippy lints 2026-03-02 22:24:59 +11:00
src fix: patch archive_backend.rs lifetime errors for Rust nightly 1.98+ 2026-05-25 16:46:26 +00: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 chore: Add flake.nix and .envrc 2026-01-22 07:42:58 +11:00
.gitmodules fix: update submodule type 2026-03-01 22:23:26 +11:00
Cargo.lock fix: panic on readbuf too small for block 2026-03-02 22:53:45 +11:00
Cargo.toml fix: panic on readbuf too small for block 2026-03-02 22:53:45 +11: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.