cutup 0.1.3

A flexible and efficient allocation library for Rust, capable of distributing assets, resources, and other divisible entities.
Documentation
[package]
name = "cutup"
version = "0.1.3"
edition = "2021"
authors = ["Jason R. Stevens, CFA <jason@thinkjrs.dev>"]
license = "MIT"
description = "A flexible and efficient allocation library for Rust, capable of distributing assets, resources, and other divisible entities."
repository = "https://github.com/thinkjrs/cutup"
homepage = "https://github.com/thinkjrs/cutup"
documentation = "https://docs.rs/cutup"
readme = "README.md"
keywords = ["allocation", "distribution", "portfolio", "resources", "quant"]
categories = ["finance", "mathematics", "science"]
exclude = [".github", ".gitignore", "tests/", "examples/", ".vscode/", ".idea/"]
rust-version = "1.78.0"

[badges]
maintenance = { status = "actively-developed" }

[dependencies]
nalgebra = "0.33.2"

[lints.rust]
unexpected_cfgs = { level = "allow", check-cfg = ["cfg(tarpaulin_include)"] }