mysqlbinlog 0.1.5

mysqlbinlog-rs is for parsing MySQL binlog file (row format)
Documentation
1
2
3
4
5
6
7
8
9
10

pub mod reader;
pub mod parser;
pub mod stream;
pub mod event_header;
pub mod events;
pub mod value_type;
pub mod descriptor;
mod descriptor_datetime;
mod descriptor_decimal;