probe 0.5.1

Static instrumentation probes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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/probe-rs"
license = "Apache-2.0 OR MIT"
name = "probe"
readme = "README.md"
repository = "https://github.com/cuviper/probe-rs"
rust-version = "1.66"
version = "0.5.1"