Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apple-x-co/zig-cert
for learning
https://github.com/apple-x-co/zig-cert
zig
Last synced: 4 months ago
JSON representation
for learning
- Host: GitHub
- URL: https://github.com/apple-x-co/zig-cert
- Owner: apple-x-co
- Created: 2022-08-09T23:57:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-23T09:15:17.000Z (over 1 year ago)
- Last Synced: 2024-07-30T21:08:54.129Z (7 months ago)
- Topics: zig
- Language: Zig
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zig-cert
## Build
```bash
zig build -Doptimize=ReleaseFast
```## Run
```bash
zig build run -- example.com
```