A thread-safe reference-counting pointer. ‘Arc’ stands for ‘Atomically Reference Counted’.| doc.rust-lang.org
The `Read` trait allows for reading bytes from a source.| doc.rust-lang.org
An object providing access to an open file on the filesystem.| doc.rust-lang.org
A trait for objects which are byte-oriented sinks.| doc.rust-lang.org
`Result` is a type that represents either success (`Ok`) or failure (`Err`).| doc.rust-lang.org
A contiguous growable array type, written as `Vec`, short for ‘vector’.| doc.rust-lang.org