Searched refs:gzencoder_read_hello_world (Results 1 – 1 of 1) sorted by relevance
8 println!("{:?}", gzencoder_read_hello_world().unwrap()); in main()12 fn gzencoder_read_hello_world() -> io::Result<Vec<u8>> { in gzencoder_read_hello_world() function