Crates.io | lk_math |
lib.rs | lk_math |
version | |
source | src |
created_at | 2023-05-21 17:13:17.092741 |
updated_at | 2025-01-18 21:18:12.361103 |
description | Collection of reusable mathematical tools. |
homepage | |
repository | https://github.com/lubomirkurcak/lk_math/ |
max_upload_size | |
id | 870068 |
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` |
size | 0 |
Collection of reusable mathematical tools.
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!
SPDX-License-Identifier: MIT OR Apache-2.0