rust_writer_proc 1.0.3

This crate is useful for editing a Rust file from Rust code
Documentation
[dependencies.proc-macro2]
version = "1.0.93"

[dependencies.quote]
version = "1.0.38"

[dependencies.rustilities]
features = ["parsing"]
version = "2.1.0"

[dependencies.syn]
features = ["full", "extra-traits", "parsing"]
version = "2.0.100"

[dev-dependencies.trybuild]
version = "=1.0.96"

[lib]
name = "rust_writer_proc"
path = "src/lib.rs"
proc-macro = true

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "This crate is useful for editing a Rust file from Rust code"
documentation = "https://docs.rs/rust_writer"
edition = "2021"
license = "GPL-3.0"
name = "rust_writer_proc"
readme = false
repository = "https://github.com/tsenovilla/rust_writer"
rust-version = "1.84.0"
version = "1.0.3"

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

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

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

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

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

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

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

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

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

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