Home
last modified time | relevance | path

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

/third_party/rust/crates/shlex/fuzz/fuzz_targets/
H A Dfuzz_next.rs3 use shlex::Shlex;
7 let mut sh = Shlex::new(s);
/third_party/rust/crates/shlex/src/
H A Dlib.rs34 pub struct Shlex<'a> { structure names
40 /// happens, Shlex just throws out the last token, ends the iteration, and sets 'had_error' to
45 impl<'a> Shlex<'a> { impls
47 Shlex { in new()
127 impl<'a> Iterator for Shlex<'a> {
155 let mut shl = Shlex::new(in_str); in split()
227 let mut sh = Shlex::new("\nfoo\nbar"); in test_lineno()

Completed in 1 milliseconds