apple-bundles 0.20.0

Interface with Apple bundle primitives
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# apple-bundles

`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](https://github.com/indygreg/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!