python-packed-resources 0.3.0

Manage data structures containing Python resources
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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](https://pyoxidizer.readthedocs.io/en/stable/). 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