Enhanced tools for RiceCoder: webfetch, patch, todo, and web search
- --
Add to your `Cargo.toml`:
```toml
[dependencies]
ricecoder-tools = "0.1"
```
```rust
use ricecoder_tools::*;
// Your code here
```
For more information, see the [documentation](https://docs.rs/ricecoder-tools).
MIT