Sat, 26 Jan 2019 19:38:32 +0400
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
fb9c636fcb
commit
ecbb303ce0
@ -10,7 +10,7 @@ pub struct ParserResult {
|
||||
pub meeting_name: String,
|
||||
}
|
||||
|
||||
pub fn qwerty(content: BufReader<File>) -> ParserResult {
|
||||
pub fn parse(content: BufReader<File>) -> ParserResult {
|
||||
let parser = EventReader::new(content);
|
||||
|
||||
let mut data = ParserResult {
|
||||
|
Loading…
x
Reference in New Issue
Block a user