serry 0.1.0

Serry - the unstructured Serde.
Documentation
1
2
3
4
5
6
7
use crate::SerryInput;
use std::fs::File;
use std::net::TcpStream;

impl SerryInput for &[u8] {}
impl SerryInput for File {}
impl SerryInput for TcpStream {}