build_const 0.2.2

library for creating importable constants from build.rs or a script
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "build_const"
authors = ["Garrett Berg <vitiral@gmail.com>"]
description = "library for creating importable constants from build.rs or a script"
keywords = ["embedded", "no_std", "build", "const", "static"]
license = "MIT"
repository = "https://github.com/vitiral/build_const"
documentation = "https://docs.rs/build_const"
version = "0.2.2"
exclude = ["/justfile"]

[features]
default = ["std"]
std = []