probe 0.3.0

Static instrumentation probes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[lib]
crate-type = ["rlib"]
name = "probe"

[package]
authors = ["Josh Stone <cuviper@gmail.com>"]
description = "Static instrumentation probes"
documentation = "https://docs.rs/probe/"
edition = "2021"
exclude = ["/.github/**"]
homepage = "https://github.com/cuviper/rust-libprobe"
license = "Apache-2.0 OR MIT"
name = "probe"
repository = "https://github.com/cuviper/rust-libprobe"
resolver = "2"
version = "0.3.0"