integral-codegen 0.2.0

Build-time generation of specialized kernels and coefficient tables for the integral crate (pure Rust).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "integral-codegen"
description = "Build-time generation of specialized kernels and coefficient tables for the integral crate (pure Rust)."
version.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
keywords.workspace = true
categories.workspace = true
readme = "README.md"

[dependencies]

[lints]
workspace = true