minidump-common 0.10.0

Some common types for working with minidump files.
Documentation
[badges.travis-ci]
repository = "luser/rust-minidump"
[dependencies.arbitrary]
features = ["derive"]
optional = true
version = "1"

[dependencies.bitflags]
version = "1.3.2"

[dependencies.debugid]
version = "0.7.3"

[dependencies.enum-primitive-derive]
version = "0.2.2"

[dependencies.log]
version = "0.4.1"

[dependencies.num-traits]
version = "0.2"

[dependencies.range-map]
version = "0.1.5"

[dependencies.scroll]
features = ["derive"]
version = "0.11.0"

[dependencies.smart-default]
version = "0.6.0"

[package]
authors = ["Ted Mielczarek <ted@mielczarek.org>"]
description = "Some common types for working with minidump files."
edition = "2018"
homepage = "https://github.com/luser/rust-minidump"
license = "MIT"
name = "minidump-common"
readme = "README.md"
repository = "https://github.com/luser/rust-minidump"
version = "0.10.0"