Crates.io | numbat |
lib.rs | numbat |
version | |
source | src |
created_at | 2016-11-19 15:26:16.82891+00 |
updated_at | 2025-01-31 20:50:09.886004+00 |
description | A statically typed programming language for scientific computations with first class support for physical dimensions and units. |
homepage | https://numbat.dev/ |
repository | https://github.com/sharkdp/numbat |
max_upload_size | |
id | 7306 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | 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 |
Numbat is a statically typed programming language for scientific computations with first class support for physical units.
This crate contains the compiler for the Numbat language, as a library. The command
line tool is available as numbat-cli
.