ezpdb 0.6.0

High-level library for https://crates.io/crates/pdb
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ezpdb"
version = "0.6.0"
authors = ["Lander Brandt <landerbrandt@gmail.com>"]
edition = "2018"
license = "MIT"
readme = "README.md"
repository = "https://github.com/landaire/pdbview"
description = "High-level library for https://crates.io/crates/pdb"

[dependencies]
pdb = "0.8"
thiserror = "1.0"
log = "0.4"
serde = { version = "1.0", features = ['derive', 'rc'], optional = true }
uuid = "1.2"