hashavatar 0.9.0

Deterministic procedural avatars in Rust with configurable identity hashing and WebP, PNG, JPEG, GIF, and SVG export
Documentation
# Contributing

Thanks for helping improve `hashavatar`.

## Development

Use the stable Rust toolchain.

```bash
scripts/checks.sh
```

For a faster local loop while developing, run the individual Cargo commands the
script prints before the failing step.

## Pull Requests

- Keep changes focused and explain the user-visible behavior.
- Add or update tests when rendering behavior, encoders, parsing, or public API types change.
- Do not add bundled avatar art, stock assets, or generated binary assets without prior discussion.
- Preserve deterministic output unless the change is explicitly a visual-version change.

## Visual Stability

`hashavatar` is deterministic. Changes to shape generation, colors, hashing, randomization, or encoder behavior can affect downstream users. When a change intentionally affects output, document it in the changelog.