Skip to content

Commit 14cbc28

Browse files
committed
docs: add library-level documentation
Add crate-level doc comment describing the purpose and available modules.
1 parent 6cacf62 commit 14cbc28

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/lib.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1+
//! Common utilities and data structures for Databend.
2+
//!
3+
//! # Modules
4+
//!
5+
//! - [`histogram`]: A histogram with logarithmic bucketing for tracking u64 value distributions.
6+
//! Provides O(1) recording and efficient percentile calculation with bounded memory (~2KB).
7+
18
pub mod histogram;

0 commit comments

Comments
 (0)