proving the point of the article even further
use std::io; pub fn read(path: Path) -> io::Result<Bytes> { File::open(path)?.read_to_end() }
proving the point of the article even further