scirs

Crates.ioscirs
lib.rsscirs
version0.0.0
sourcesrc
created_at2024-06-08 16:30:20.062524
updated_at2024-06-08 16:30:20.062524
descriptionA scientific library for Rust
homepagehttps://github.com/FL03/scirs/wiki
repositoryhttps://github.com/FL03/scirs.git
max_upload_size
id1265829
size5,017
Joe McCain III (FL03)

documentation

README

scirs

crates.io docs.rs

clippy rust


The library is currently in the early stages of development and is not yet ready for production use.

A scientific library for Rust

Features

Getting Started

Building from the source

Start by cloning the repository

git clone https://github.com/FL03/scirs.git
cd scirs
cargo build --features full -r --workspace

Usage

Example: Linear Model (biased)

    extern crate scirs;

    fn main() -> anyhow::Result<()> {
        tracing_subscriber::fmt::init();
        tracing::info!("Starting linear model example");


        Ok(())
    }

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

Commit count: 0

cargo fmt