Home
last modified time | relevance | path

Searched refs:gzencoder_read_hello_world (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/flate2/examples/
Dgzencoder-read.rs8 println!("{:?}", gzencoder_read_hello_world().unwrap()); in main()
12 fn gzencoder_read_hello_world() -> io::Result<Vec<u8>> { in gzencoder_read_hello_world() function