sonde 0.1.2

A library to compile USDT probes into a Rust library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "sonde"
version = "0.1.2"
description = "A library to compile USDT probes into a Rust library"
authors = ["Ivan Enderlin <ivan@mnt.io>"]
repository = "https://github.com/Hywan/sonde-rs"
license = "MIT"
edition = "2018"

[dependencies]
nom = "^6.1"
cc = "^1.0"
tempfile = "^3.2"