# pot-o-core
[](https://crates.io/crates/pot-o-core)
[](https://docs.rs/pot-o-core)
[](https://github.com/TribeWarez/pot-o-core/actions)
[](LICENSE)
Core types and utilities for PoT-O (Proof of Tensor Optimizations).
- **Crate:** [crates.io/crates/pot-o-core](https://crates.io/crates/pot-o-core)
- **Docs:** [docs.rs/pot-o-core](https://docs.rs/pot-o-core)
- **Repository:** [github.com/TribeWarez/pot-o-core](https://github.com/TribeWarez/pot-o-core)
## Usage
```toml
[dependencies]
pot-o-core = "0.1"
```
## Versioning
Releases follow semantic versioning. To publish a new release:
1. Bump `version` in `Cargo.toml`.
2. Update `CHANGELOG.md` if present.
3. Commit and push, then create a tag: `git tag v0.1.1 && git push origin v0.1.1`.
4. GitHub Actions will run tests, then publish to crates.io and create a GitHub Release.
## License
[MIT](LICENSE)