MCPcopy Create free account
hub / github.com/RustCrypto/utils / Eager

Class Eager

block-buffer/src/lib.rs:67–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65/// always lies in the range of `0..BlockSize`.
66#[derive(Copy, Clone, Debug, Default)]
67pub struct Eager {}
68
69/// Lazy block buffer kind, which guarantees that buffer position
70/// always lies in the range of `0..=BlockSize`.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected