pub fn parse(input: &str) -> Vec<Conf>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator
Expand description

Parses every line of the configuration contained in input excluding invalid ones.