probe 0.3.0

Static instrumentation probes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[project]
name = "probe"
version = "0.3.0"
authors = ["Josh Stone <cuviper@gmail.com>"]
description = "Static instrumentation probes"
documentation = "https://docs.rs/probe/"
homepage = "https://github.com/cuviper/rust-libprobe"
repository = "https://github.com/cuviper/rust-libprobe"
license = "Apache-2.0 OR MIT"
edition = "2021"
exclude = ["/.github/**"]

[lib]
name = "probe"
crate-type = ["rlib"]