fs_utils::read

Function head

Source
pub fn head(path: impl AsRef<Path>, limit: usize) -> Result<Vec<u8>>
Expand description

Reads the first N bytes from a file.

It is equivalent to head -c limit *nix utility.