Crates.io | tugger-apple-bundle |
lib.rs | tugger-apple-bundle |
version | 0.4.0 |
source | src |
created_at | 2021-04-14 19:46:22.973954 |
updated_at | 2021-05-06 21:37:57.425326 |
description | Interfact with Apple bundle primitives |
homepage | https://github.com/indygreg/PyOxidizer |
repository | https://github.com/indygreg/PyOxidizer.git |
max_upload_size | |
id | 384184 |
size | 31,834 |
tugger-apple-bundle
is a library crate implementing functionality related
to Apple bundles, a foundational primitive in macOS and iOS for encapsulating
code and resources. (The .app
directories in /Applications
are
application bundles, for example.)
tugger-apple-bundle
is part of the Tugger application distribution tool
but exists as its own crate to facilitate code reuse for other tools
wishing to perform similar functionality. Tugger is part of the
PyOxidizer project and
this crate is developed in that repository.
While this crate is developed as part of a larger project, modifications to support its use outside of its primary use case are very much welcome!