source-location 0.3.0

Container struct for source location data + construction macro
Documentation
[package]
name = "source-location"
version = "0.3.0"
authors = ["Joey Ezechiels <joey.ezechiels@gmail.com>"]
edition = "2018"
description = "Container struct for source location data + construction macro"
license = "MIT OR Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "1.0", features = ["serde_derive"] }