probe 0.1.1

Static instrumentation probes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[project]

name = "probe"
version = "0.1.1"
authors = ["Josh Stone <cuviper@gmail.com>"]

description = "Static instrumentation probes"
documentation = "http://www.rust-ci.org/cuviper/rust-libprobe/doc/probe/"
homepage = "https://github.com/cuviper/rust-libprobe"
repository = "https://github.com/cuviper/rust-libprobe"

license = "Apache-2.0/MIT"

[lib]

name = "probe"
plugin = true