Crate nimble

Crate nimble 

Source
Expand description

§Nimble FFI Library

This is sample code that demonstrates the envisioned structure of a future Nimble FFI library.

Structs§

ClientInfo
Holds all information regarding a created client, usually just one
GenericOctetGame
GenericOctetGameState
Version
A struct representing a semantic version.

Traits§

VersionProvider
A trait that provides a version.

Functions§

client_free
Destroys a Client instance using its handle
client_new
Creates a client instance and returns the handle
client_update
Updates a Client instance with the specified absolute time

Type Aliases§

CallbackFn
CallbackHandle
Handle