Crates.io | apple-bundles |
lib.rs | apple-bundles |
version | 0.20.0 |
source | src |
created_at | 2021-08-08 23:57:28.593637 |
updated_at | 2024-11-03 01:45:01.018257 |
description | Interface with Apple bundle primitives |
homepage | https://github.com/indygreg/apple-platform-rs |
repository | https://github.com/indygreg/apple-platform-rs.git |
max_upload_size | |
id | 433396 |
size | 61,213 |
apple-bundles
is a library crate implementing functionality related
to Apple bundles, a foundational primitive in Apple operating systems for
encapsulating code and resources. (The .app
directories in
/Applications
are application bundles, for example.)
apple-bundles
is part of the
apple-platform-rs 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!