Skip to content

Commit 8d62100

Browse files
committed
Add documentation to lib.rs
1 parent 99cd956 commit 8d62100

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cellcast/src/lib.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
//! The `cellcast` crate is a recast of cell segmentation models built on the Burn
2+
//! tensor and deep learning framework. This library aims to make access to cell
3+
//! segmentation models easier and hardware agnostic.
4+
//!
5+
//! ## Crate Status
6+
//!
7+
//! This crate is still under active development and it's API is not stable.
18
pub mod geometry;
29
pub mod labeling;
310
pub mod models;

0 commit comments

Comments
 (0)