Expand description
§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
extendsprovides:
Traits§
- Data
Storage - A data storage protocol.
- Packet
Transfer - A packet transfer protocol. It is similear to
StreamTransfertrait but provides atagfor transfer index. - Stream
Transfer - A stream transfer protocol.