mirror of
https://codeberg.org/icewind/comma-separated.git
synced 2026-06-03 10:14:14 +02:00
cleanup readme
This commit is contained in:
parent
4df493bd21
commit
6593b51543
1 changed files with 4 additions and 3 deletions
|
|
@ -4,6 +4,7 @@ Iterator over a comma-seperated string, ignoring any commas inside quotes
|
|||
|
||||
```rust
|
||||
use comma_separated::CommaSeparatedIterator;
|
||||
|
||||
fn main() {
|
||||
let input = r#"foo, "bar", 'quoted, part'"#;
|
||||
let iterator = CommaSeparatedIterator::new(input);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue