cloudfront-logs 0.10.0

AWS CloudFront log line parser
1
2
3
4
5
6
7
8
9
pub(crate) mod line;
pub(crate) mod view;

// lines

pub use line::checked::LogLine as CheckedRawLogLine;
// views
pub use view::checked::LogLineView as CheckedRawLogLineView;
pub use view::smart::LogLineView as SmartRawLogLineView;