[][src]Crate kync

This crate is an implementation of the Kync specification (see "Kync.asciidoc")

Structs

CSlice

A slice_t implementation

FormatUid

A wrapper around the 64-byte format UID

KyncError

An error

Plugin

A key capsule plugin (see "Kync.asciidoc" for further API documentation)

Enums

ErrorKind

The error kind

Traits

AsCSlice

A trait for types that are convertible to a CSlice<*const u8>

AsCSliceMut

A trait for types that are convertible to a CSlice<*mut u8>