Home
last modified time | relevance | path

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

/external/rust/crates/shlex/src/
Dlib.rs22 pub struct Shlex<'a> { struct
33 impl<'a> Shlex<'a> { implementation
35 Shlex { in new()
115 impl<'a> Iterator for Shlex<'a> { implementation
143 let mut shl = Shlex::new(in_str); in split()
215 let mut sh = Shlex::new("\nfoo\nbar"); in test_lineno()