Replaced the static docstrings at the crate level in `lib.rs` withthe external file `README.md`

pull/68/head
Meliurwen 2 years ago
parent 08623e28d4
commit 245b3b5d45
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 6
      reCTBN/src/lib.rs

@ -1,8 +1,4 @@
//! # reCTBN
//!
//! > **Note:** At the moment it's in pre-alpha state. 🧪⚗💥
//!
//! `reCTBN` is a Continuous Time Bayesian Networks Library written in Rust. 🦀
#![doc = include_str!("../../README.md")]
#![allow(non_snake_case)]
#[cfg(test)]

Loading…
Cancel
Save