https://github.com/crawfxrd/yuffie
UEFI development kit
https://github.com/crawfxrd/yuffie
Last synced: over 1 year ago
JSON representation
UEFI development kit
- Host: GitHub
- URL: https://github.com/crawfxrd/yuffie
- Owner: crawfxrd
- Created: 2022-02-08T20:26:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-02T04:59:52.000Z (over 1 year ago)
- Last Synced: 2025-03-23T18:37:42.671Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 60.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSES/BSD-2-Clause-Patent.txt
Awesome Lists containing this project
README
# Yuffie
Yuffie is a library for creating UEFI applications, libraries, and drivers in
Rust.
## Resources
- [Documentation](https://github.com/crawfxrd/yuffie/blob/main/docs/index.md)
- [Source code](https://github.com/crawfxrd/yuffie)
- [Issue tracker](https://github.com/crawfxrd/yuffie/issues)
## License
```
SPDX-License-Identifier: BSD-2-Clause-Patent
```
This software is made available under the terms the [BSD-2-Clause Plus
Patent][BSD-2-Clause-Patent] license.
Yuffie is copyright System76 and contributors.
[BSD-2-Clause-Patent]: https://spdx.org/licenses/BSD-2-Clause-Patent.html