We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b654ef3 commit 7c5a9c9Copy full SHA for 7c5a9c9
src/limiter.rs
@@ -1,3 +1,5 @@
1
+//! Implements an I/O limiter adapter
2
+
3
use std::{
4
cmp,
5
io::{BufRead, Read, Result, Write},
0 commit comments