lk_math

Crates.iolk_math
lib.rslk_math
version
sourcesrc
created_at2023-05-21 17:13:17.092741
updated_at2025-01-18 21:18:12.361103
descriptionCollection of reusable mathematical tools.
homepage
repositoryhttps://github.com/lubomirkurcak/lk_math/
max_upload_size
id870068
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Ľubomír Kurčák (lubomirkurcak)

documentation

README

lk_math

Collection of reusable mathematical tools.

Disclaimer

This library serves for my personal use. It is a work in progress, not documented and the API might not be user-friendly.

Some usage can be seen in my solutions to Advent of Code 2022.

I would be very happy for anyone to try this library, just have the understanding not much thought went into making it intuitive. Feel free to ping me, open issues or contribute. It would be neat if you found something from here useful!

License

SPDX-License-Identifier: MIT OR Apache-2.0

Commit count: 16

cargo fmt