Zig API Reference¶
Auto-generated from Zig source files in src/.
These are the internal Zig modules. For C/Swift interop, see the C FFI Reference.
keychain.zig¶
Platform-independent keychain result.
Store a generic secret in the platform keychain.
Look up a generic secret from the platform keychain.
Delete a generic secret from the platform keychain.
Search for keychain items matching an account name.
Writes matching service names as null-separated strings into out_buf.
Returns the number of matches found.
keychain_linux.zig¶
keychain_macos.zig¶
Store a generic password via SecItemAdd.
Look up a generic password via SecItemCopyMatching.
Delete a generic password via SecItemDelete.
Search for keychain items matching an account name.
Writes matching service names as null-separated strings into out_buf.
Returns the number of matches found, or an error.