sonde 0.1.2

A library to compile USDT probes into a Rust library
Documentation
[dependencies.cc]
version = "^1.0"

[dependencies.nom]
version = "^6.1"

[dependencies.tempfile]
version = "^3.2"

[lib]
name = "sonde"
path = "src/lib.rs"

[package]
authors = ["Ivan Enderlin <ivan@mnt.io>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A library to compile USDT probes into a Rust library"
edition = "2018"
license = "MIT"
name = "sonde"
readme = "README.md"
repository = "https://github.com/Hywan/sonde-rs"
version = "0.1.2"