We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de17fce commit b836601Copy full SHA for b836601
deep_causality/src/lib.rs
@@ -6,4 +6,8 @@ pub mod protocols;
6
pub mod prelude;
7
pub mod types;
8
pub mod utils;
9
-pub (crate) mod errors;
+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