Crate koibumi_box

Source
Expand description

This crate is an inbox/outbox module for Koibumi, an experimental Bitmessage client.

See koibumi for more about the application. See Bitmessage for more about the protocol.

Structs§

Contact
An object represents a contact.
Manager
An inbox/outbox manager.
Message
A message structure stored on database.
MessageEntry
A message object without its content.
User
An object represents an user.

Enums§

Error
This error indicates that an operation on boxes failed.
TryIntoMessageError
This error indicates that conversion from message row to message failed.
TryIntoPrivateKeysError
The conversion to private keys failed.