Added a brief description of the project in form of docstrings at the crate level

pull/68/head
Meliurwen 2 years ago
parent 1cad41f7f4
commit 672de56c31
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 6
      reCTBN/src/lib.rs

@ -1,3 +1,9 @@
//! # reCTBN
//!
//! > **Note:** At the moment it's in pre-alpha state. 🧪⚗💥
//!
//! `reCTBN` is a Continuous Time Bayesian Networks Library written in Rust. 🦀
#![allow(non_snake_case)] #![allow(non_snake_case)]
#[cfg(test)] #[cfg(test)]
extern crate approx; extern crate approx;

Loading…
Cancel
Save