Crate usdt_impl[][src]

Expand description

Main implementation crate for the USDT package.

Structs

A single DTrace probe function

The Provider represents a single DTrace provider, with a collection of probes.

A unique identifier that can be used to correlate multiple USDT probes together.

Enums

A data type supported by the usdt crate.

Errors related to building DTrace probes into Rust code

Functions

Register an application’s probe points with DTrace.

Convert a serializable type into a JSON string, if possible.