solc-ast-rs-types 0.1.6

Rust types for the Solidity AST from the solc compiler
Documentation
[dependencies.regress]
version = "0.8.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[features]
default = ["visit"]
visit = []

[package]
description = "Rust types for the Solidity AST from the solc compiler"
documentation = "https://docs.rs/solc-ast-rs-types"
edition = "2021"
exclude = ["assets/*", "target/*", ".github/*"]
license = "GPL-3.0"
name = "solc-ast-rs-types"
readme = "README.md"
repository = "https://github.com/0xMemoryGrinder/solc-ast-rs-types"
version = "0.1.6"