Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indygreg/apple-platform-rs
Rust crates supporting Apple platform development
https://github.com/indygreg/apple-platform-rs
apple macos rust
Last synced: 1 day ago
JSON representation
Rust crates supporting Apple platform development
- Host: GitHub
- URL: https://github.com/indygreg/apple-platform-rs
- Owner: indygreg
- Created: 2022-09-17T19:16:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T21:31:14.000Z (10 months ago)
- Last Synced: 2024-05-01T13:48:56.503Z (9 months ago)
- Topics: apple, macos, rust
- Language: Rust
- Homepage:
- Size: 14.6 MB
- Stars: 501
- Watchers: 11
- Forks: 35
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# apple-platform-rs
This repository contains a collection of Rust crates to support Apple
platforms.See the various project directories for more.
The most notable project is `apple-codesign`, which contains a pure Rust
(re)implementation of Apple code signing and notarization. This enables
you to sign, notarize, and release Apple software without macOS and without
Apple hardware.