here 1.1.1

A simple rust macro to print the current file and line number.
Documentation
[dependencies.log]
optional = true
version = "0.4"

[features]
default = ["std", "off_on_release"]
off_on_release = []
std = []

[package]
authors = ["Brendan McGloin <stmonkeydoom@gmail.com>"]
build = "build.rs"
categories = ["no-std", "value-formatting", "development-tools", "development-tools::debugging"]
description = "A simple rust macro to print the current file and line number."
documentation = "https://docs.rs/here/"
edition = "2018"
homepage = "https://github.com/russells-crockpot/here"
keywords = ["development", "here", "debugging", "macros"]
license = "MIT"
name = "here"
readme = "README.md"
repository = "https://github.com/russells-crockpot/here"
version = "1.1.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]