-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
I'd like to be able to able to parse delimited data -- for example 1, 2, 3, 4, 5
I envision this looking something like
#[derive(Debug,Display,FromStr)]
struct Container {
#[from_str(delimiter=", ")]
numbers: Vec<usize>
}If I have time over the next couple days i'll try and PR this; otherwise thought i'd mention it to see if this would be useful to other people (or if im dumb and this is already doable lol)
fritzrehdefritzrehde
Metadata
Metadata
Assignees
Labels
No labels