embeddenator-vsa 0.23.0

Vector Symbolic Architecture operations for sparse ternary representations
Documentation
# Contributing to This Project

Thank you for your interest in contributing!

## Development Setup

1. Clone the repository
2. Ensure you have Rust 1.84+ installed
3. Run `cargo build` to build
4. Run `cargo test` to run tests

## Pull Request Process

1. Fork the repository
2. Create a feature branch
3. Make your changes
4. Run `cargo fmt` and `cargo clippy`
5. Submit a pull request

## Code Style

- Use `cargo fmt` for formatting
- No clippy warnings (`cargo clippy -- -D warnings`)
- Add tests for new functionality
- Update documentation as needed

## License

By contributing, you agree that your contributions will be licensed under the MIT License.