Safe refactoring engine with impact analysis and rollback for RiceCoder
- --
Add to your `Cargo.toml`:
```toml
[dependencies]
ricecoder-refactoring = "0.1"
```
```rust
use ricecoder_refactoring::*;
// Your code here
```
For more information, see the [documentation](https://docs.rs/ricecoder-refactoring).
MIT