[][src]Module chamomile::prelude

Structs

Config
LocalDB
PeerId

Enums

Broadcast

support some common broadcast algorithm.

ReceiveMessage

main received message for outside channel, send from chamomile to outside.

SendMessage

main send message for outside channel, send from outside to chamomile.

Functions

new_receive_channel

new a channel for receive the chamomile message.

new_send_channel

new a channel for send message to the chamomile.

start

main function. start a p2p service.