dof 0.3.0

Tools to read and write the DTrace Object Format (DOF)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "dof"
version = "0.3.0"
edition = "2021"
license = "Apache-2.0"
description = "Tools to read and write the DTrace Object Format (DOF)"
repository = "https://github.com/oxidecomputer/usdt.git"

[dependencies]
goblin = { version = "0.8", optional = true, features = ["elf64", "mach64"] }
pretty-hex = { version = "0.4", optional = true }
thiserror = "1"
zerocopy = { version = "0.7.32", features = [ "derive" ] }
serde = { version = "1", features = [ "derive" ] }
serde_json = "1"

[features]
des = ["pretty-hex", "goblin"]