Skip to main content

Crate rice_ctypes

Crate rice_ctypes 

Source
Expand description

§rice-ctypes

Helper crate for providing C types for the rice API.

Structs§

RiceAddress
A socket address.

Enums§

RiceError
Errors when processing an operation.
RiceTransportType
The transport family

Functions§

rice_address_cmp
Compare whether two RiceAddresses are equal.
rice_address_free
Free a RiceAddress.
rice_address_new_from_string
Create a RiceAddress from a string representation of the socket address.