trackable 0.2.9

This library provides a way to track objects manually as an alternative to mechanisms like backtracing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "trackable"
version = "0.2.9"
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"
repository = "https://github.com/sile/trackable"
readme = "README.md"
license = "MIT"

[badges]
travis-ci = {repository = "sile/trackable"}
codecov = {repository = "sile/trackable"}