kingfisher/src/entropy.rs

5 lines
161 B
Rust

//! Shannon entropy calculation.
//!
//! This module re-exports from [`kingfisher_core::entropy`].
pub use kingfisher_core::entropy::calculate_shannon_entropy;