volmark 0.1.0

Debugging and other macros for my Hornvale project.
Documentation
[dependencies.function_name]
version = "0.3.0"

[dependencies.log]
features = ["max_level_trace", "release_max_level_warn"]
version = "0.4.17"

[dependencies.pretty_env_logger]
version = "0.4.0"

[lib]
name = "volmark"
path = "src/lib.rs"

[package]
authors = ["Nathan Douglas <github@darkdell.net>"]
description = "Debugging and other macros for my Hornvale project."
documentation = "https://ndouglas.github.io/hornvale/"
edition = "2021"
homepage = "https://ndouglas.github.io/hornvale/"
keywords = ["hornvale"]
license = "Unlicense"
name = "volmark"
readme = "README.md"
repository = "https://github.com/ndouglas/hornvale/"
version = "0.1.0"