tools/ticket.rs: add basic ticket support

This commit is contained in:
Dietmar Maurer
2019-01-29 12:59:07 +01:00
parent c8f3f9b1af
commit 8d04280b29
4 changed files with 160 additions and 2 deletions

View File

@ -23,6 +23,7 @@ pub mod timer;
pub mod wrapped_reader_stream;
#[macro_use]
pub mod common_regex;
pub mod ticket;
/// The `BufferedReader` trait provides a single function
/// `buffered_read`. It returns a reference to an internal buffer. The