https://github.com/rutgerbrf/zig-nkeys
NKeys support for Zig
https://github.com/rutgerbrf/zig-nkeys
nats nkeys zig
Last synced: about 1 year ago
JSON representation
NKeys support for Zig
- Host: GitHub
- URL: https://github.com/rutgerbrf/zig-nkeys
- Owner: rutgerbrf
- License: apache-2.0
- Created: 2021-05-20T21:58:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T21:28:07.000Z (about 2 years ago)
- Last Synced: 2025-03-25T21:12:57.233Z (about 1 year ago)
- Topics: nats, nkeys, zig
- Language: Zig
- Homepage:
- Size: 113 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NKeys support for Zig
[](https://opensource.org/licenses/Apache-2.0)
[](https://github.com/rutgerbrf/zig-nkeys/actions/workflows/main.yml)
Still a work in progress, things will definitely change!
Contains a tool called `znk` which is a clone of the [`nk` tool](https://github.com/nats-io/nkeys/tree/master/nk).
## Building
Zig master works at the time of writing.
Use `zig build znk` to build the `znk` tool.
The `znk` tool can be run by using `zig build run-znk`.
Tests for the library can be run by using `zig build test`.
Tests for the `znk` tool can be run by using `zig build test-znk`.