trackable 0.2.24

This library provides a way to track objects manually as an alternative to mechanisms like backtracing
Documentation
[badges.coveralls]
repository = "sile/trackable"
[dependencies.trackable1]
package = "trackable"
version = "1.1"

[dependencies.trackable_derive]
version = "1"

[features]
serialize = ["trackable1/serialize"]

[package]
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
description = "This library provides a way to track objects manually as an alternative to mechanisms like backtracing"
homepage = "https://github.com/sile/trackable"
license = "MIT"
name = "trackable"
readme = "README.md"
repository = "https://github.com/sile/trackable"
version = "0.2.24"
[package.metadata.docs.rs]
all-features = true