Sat, 26 Jan 2019 19:38:32 +0400

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2019-01-26 19:38:32 +04:00
parent fb9c636fcb
commit ecbb303ce0
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -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 {