# `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 © 2026 by Josh Junon,
also released under the MIT License.