pub struct EntropyEstimator;Implementations§
Source§impl EntropyEstimator
impl EntropyEstimator
pub fn shannon_entropy(bytes: &[u8]) -> f64
Auto Trait Implementations§
impl Freeze for EntropyEstimator
impl RefUnwindSafe for EntropyEstimator
impl Send for EntropyEstimator
impl Sync for EntropyEstimator
impl Unpin for EntropyEstimator
impl UnsafeUnpin for EntropyEstimator
impl UnwindSafe for EntropyEstimator
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more