python-packed-resources

Crates.iopython-packed-resources
lib.rspython-packed-resources
version0.12.0
sourcesrc
created_at2020-04-10 03:42:37.60539
updated_at2022-12-29 23:52:26.217905
descriptionManage data structures containing Python resources
homepagehttps://github.com/indygreg/PyOxidizer
repositoryhttps://github.com/indygreg/PyOxidizer.git
max_upload_size
id228217
size139,740
Gregory Szorc (indygreg)

documentation

README

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
Commit count: 6697

cargo fmt