compile-time 0.3.7

Constants and macros for getting compile time information.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[workspace]
changelog_update = false
git_release_name = "v{{ version }}"
git_tag_name = "v{{ version }}"

# Avoid pushing the same tag twice, since the tag/release
# is shared between main and proc-macro crate,
[[package]]
name = "compile-time-macros"
git_release_enable = false
git_tag_enable = false