Home
last modified time | relevance | path

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

/dports/databases/xls2txt/xls2txt-1222f8069428f6bcedfcccf9e80523db34c0d343/src/
H A Dlib.rs51 fn separator_to_byte(s: &str) -> Result<u8, Errors> { in separator_to_byte() function
83 let rs = separator_to_byte(matches.value_of("RS").unwrap_or(default_rs))?; in run()
84 let fs = separator_to_byte(matches.value_of("FS").unwrap_or(default_fs))?; in run()