Skip to content

Commit b836601

Browse files
committed
Added crate level documentation
1 parent de17fce commit b836601

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

deep_causality/src/lib.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ pub mod protocols;
66
pub mod prelude;
77
pub mod types;
88
pub mod utils;
9-
pub (crate) mod errors;
9+
pub mod errors;
10+
11+
/// DeepCausality is a hyper-geometric computational causality library
12+
/// that enables fast and deterministic context-aware causal reasoning over complex causality models.
13+

0 commit comments

Comments
 (0)