python-packaging 0.1.0

Python packaging primitives implemented in Rust
Documentation
# About

This crate contains data structures and functions related to Python
packaging. It's goal is to support interacting with Python resources
and performing packaging-like mechanisms without the involvement of
Python.

This crate is developed as part of the
[PyOxidizer](https://pyoxidizer.readthedocs.io/en/stable/) project. But
it can be used without PyOxidizer.

# Getting Started

This crate defines a Rust library. There's nothing special about the library
and it can be operated on like a typical Rust crate:

    $ cargo build
    $ cargo test
    $ cargo doc