rust_writer 1.0.4

This crate is useful for editing a Rust file from Rust code
Documentation
1
2
3
4
5
6
// SPDX-License-Identifier: GPL-3.0

pub use rust_writer_proc::{finder, local_finder, local_mutator, mutator};

#[doc(hidden)]
pub use rust_writer_proc::already_expanded;