]> git.proxmox.com Git - proxmox-apt.git/commit
add module for parsing Packages and Release files
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 5 Apr 2022 13:08:35 +0000 (15:08 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 21 Jul 2022 10:10:23 +0000 (12:10 +0200)
commit8cdd2311534dd3f7c999ed6fd589c5da15e91f33
tree0bc4b3940f9662ad0b9eb76c00fe87064648a9b9
parent28aafe6e3ca4ed4a7d06440f3f41955877752c2c
add module for parsing Packages and Release files

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml
src/deb822/mod.rs [new file with mode: 0644]
src/deb822/packages_file.rs [new file with mode: 0644]
src/deb822/release_file.rs [new file with mode: 0644]
src/lib.rs