rlst-proc-macro 0.6.1

Proc macros for a Rust native linear algebra library.
Documentation
[dependencies.aligned-vec]
version = "0.6"

[dependencies.darling]
version = "0.23"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "2"

[features]
enable_tracing = []
strict = []

[lib]
name = "rlst_proc_macro"
path = "src/lib.rs"
proc-macro = true

[lints.clippy]
wildcard_imports = "forbid"

[package]
authors = ["The rlst contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "science"]
description = "Proc macros for a Rust native linear algebra library."
edition = "2021"
homepage = "https://codeberg.org/rlst"
keywords = ["numerics"]
license = "MIT / Apache-2.0"
name = "rlst-proc-macro"
readme = "README.md"
repository = "https://codeberg.org/rlst"
version = "0.6.1"