[][src]Crate rust_ether

Ether - transfer data through means

Ether provides traits that abstracts data transmission layer, allowing developers to build applications that can transfer datas online through various means without worrying apis from each mean.

Modules

extends

extends provides:

Traits

DataStorage

A data storage protocol.

PacketTransfer

A packet transfer protocol. It is similear to StreamTransfer trait but provides a tag for transfer index.

StreamTransfer

A stream transfer protocol.