easy-sockets 0.1.0

A crate aimed at simplifying the creation of socket protocols
Documentation
1
2
3
4
//! Contains all commonly used types
pub use crate::logger;
pub use crate::sendable::Sendable;
pub use crate::sockets::{raw_udp, tcp, udp, MAX_PAYLOAD_SIZE};