https://github.com/markuswntr/swift-apinotes
🏷️ Read and Write API notes files through Swift's Codable interface.
https://github.com/markuswntr/swift-apinotes
apinotes swift swift-codable swift-package
Last synced: about 1 month ago
JSON representation
🏷️ Read and Write API notes files through Swift's Codable interface.
- Host: GitHub
- URL: https://github.com/markuswntr/swift-apinotes
- Owner: markuswntr
- License: mit
- Created: 2022-07-27T14:40:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T08:12:58.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T02:52:53.728Z (over 1 year ago)
- Topics: apinotes, swift, swift-codable, swift-package
- Language: Swift
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# API Notes
A package to describe `.apinotes`-Files in Swift `Codable` fashion.
### `llvm/clang` references
- [Documentation](https://clang.llvm.org/docs/APINotes.html)
- [Header](https://github.com/llvm/llvm-project/blob/main/clang/include/clang/APINotes)
- [Implementation](https://github.com/llvm/llvm-project/blob/main/clang/lib/APINotes)