moesniper 0.7.10

Escape-proof precision file editor for LLM agents. Hex-encoded content, line-range splicing, atomic writes.
Documentation
# Contributing to moesniper

First off, thank you for considering contributing to `moesniper`! It's people like you who make the tool better for everyone.

## How Can I Contribute?

### Reporting Bugs
If you find a bug, please use the GitHub Issue tracker and the "Bug Report" template.

### Suggesting Enhancements
Feature requests are welcome! Use the "Feature Request" template in the Issue tracker.

### Pull Requests
1. Fork the repository and create your branch from `master`.
2. Ensure your code passes all tests and linting.
3. Update the documentation if necessary.
4. Issue a PR!

## Style Guide
- Follow standard Rust idioms.
- Use `cargo clippy` to check for issues.
- Document public APIs.