integral-codegen 0.1.2

Build-time generation of specialized kernels and coefficient tables for the integral crate (pure Rust).
Documentation
[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"

# Consumed from other crates' build.rs scripts; pure Rust, no external toolchain
# (see ARCHITECTURE.md).
[dependencies]

[lints]
workspace = true