aboutsummaryrefslogtreecommitdiff
path: root/src/reader.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/reader.rs')
-rw-r--r--src/reader.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/reader.rs b/src/reader.rs
index fa83139..e0161e5 100644
--- a/src/reader.rs
+++ b/src/reader.rs
@@ -1,3 +1,5 @@
+//! Provides the [`Reader`] trait (and implementations) used by the tokenizer.
+
use std::convert::Infallible;
use std::io::{self, BufRead, BufReader, Read};