apt-transport 0.1.0

APT transport abstraction, allowing for custom APT transport implementations in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# `apt-transport` - Generic APT Transport Handling

This crate is a high-level repackaging of
[`apt-transport-blob`](https://github.com/Metaswitch/apt-transport-blob)
that provides a generic wrapper around APT transport
message parsing and a convenient interface around
building custom APT transports in Rust.

# License
Based largely on `apt-transport-blob` by Max Dymond, the Microsoft Corporation,
and Alianza Inc, all of which is released under the MIT License. See the original
repository at <https://github.com/Metaswitch/apt-transport-blob>.

This repository's code itself and all modifications are Copyright &copy; 2026 by Josh Junon,
also released under the MIT License.