jemmy 0.1.6

This package provides a coherent set of manual accessor macros.
Documentation
[dependencies.paste]
version = "1.0.15"

[lib]
name = "jemmy"
path = "src/lib.rs"

[package]
authors = ["Simon Johnston <johnstonskj@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "This package provides a coherent set of manual accessor macros."
documentation = "https://docs.rs/jemmy/"
edition = "2021"
license = "MIT/Apache-2.0"
name = "jemmy"
publish = true
readme = "README.md"
repository = "https://github.com/johnstonskj/rust-jemmy.git"
version = "0.1.6"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[[test]]
name = "test_address_book"
path = "tests/test_address_book.rs"

[[test]]
name = "test_enum_impls"
path = "tests/test_enum_impls.rs"

[[test]]
name = "test_field_macros"
path = "tests/test_field_macros.rs"

[[test]]
name = "test_variant_macros"
path = "tests/test_variant_macros.rs"