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 f0f440a commit e985f3dCopy full SHA for e985f3d
src/message/backend/borrowed.rs
@@ -1,7 +1,7 @@
1
//! An allocation-free backend message parser.
2
//!
3
//! Due to borrow checker deficiencies, this parser is currently very
4
-//! difficult to use practice.
+//! difficult to use in practice.
5
use byteorder::{ReadBytesExt, BigEndian};
6
use fallible_iterator::FallibleIterator;
7
use std::io;
0 commit comments