Added basic docs to `Source`.

Fortune for chacha20stream's current commit: Middle blessing − 中吉
read-stream-wrapper
Avril 3 years ago
parent ea70fdc2d1
commit 1feb9b209b
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -105,7 +105,10 @@ pub type DefaultBuffer = UseBufferInternal;
#[cfg(feature="ad-hoc-buffer")]
pub type DefaultBuffer = UseBufferExternal;
/// TODO: Document
/// ChaCha source.
/// En/decrypts information from the source reader.
///
/// This is the `Read` implementing counterpart to `Sink`.
//#[derive(Debug)]
pub struct Source<R: ?Sized, Buffer: ?Sized + BufferKind = DefaultBuffer>
{

Loading…
Cancel
Save