Added readme to docs [skip ci]

This commit is contained in:
Andrew Kane
2023-09-30 18:37:09 -07:00
parent 890a2bd13b
commit 4385f77ef1

View File

@@ -1,6 +1,4 @@
//! Large-scale sparse matrix factorization for Rust
//!
//! [View the docs](https://github.com/ankane/libmf-rust)
#![doc = include_str!("../README.md")]
mod bindings;
mod error;