python-packed-resources 0.6.0

Manage data structures containing Python resources
Documentation

About

This crate defines and implements a data format for storing resources useful to the execution of a Python interpreter. We call this data format Python packed resources. See the crate's documentation for more.

This crate is developed primarily for PyOxidizer. But it can be used outside the PyOxidizer project.

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