backyard-nodes 0.1.8

Nodes representing PHP code AST.
Documentation
[dependencies.compact_str]
features = ["serde"]
version = "0.8.0"

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

[dependencies.serde_json]
version = "1.0"

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

[lints.clippy]
vec_box = "allow"

[lints.rust]

[package]
authors = ["Alzera Cita <alzeracita23@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Nodes representing PHP code AST."
edition = "2021"
keywords = ["php", "parser"]
license = "MIT"
name = "backyard-nodes"
readme = false
repository = "https://github.com/Alzera/backyard"
version = "0.1.8"

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