readonly 0.2.7

Struct fields that are made read-only accessible to other modules
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["visit-mut"]
version = "2.0.1"
[dev-dependencies.rustversion]
version = "1.0"

[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0.49"

[lib]
proc-macro = true

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["rust-patterns", "no-std"]
description = "Struct fields that are made read-only accessible to other modules"
documentation = "https://docs.rs/readonly"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "readonly"
readme = "README.md"
repository = "https://github.com/dtolnay/readonly"
rust-version = "1.56"
version = "0.2.7"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]