Core types and utilities for PoT-O (Proof of Tensor Optimizations).
- Crate: crates.io/crates/pot-o-core
- Docs: docs.rs/pot-o-core
- Repository: github.com/TribeWarez/pot-o-core
[dependencies]
pot-o-core = "0.1"Releases follow semantic versioning. To publish a new release:
- Bump
versioninCargo.toml. - Update
CHANGELOG.mdif present. - Commit and push, then create a tag:
git tag v0.1.1 && git push origin v0.1.1. - GitHub Actions will run tests, then publish to crates.io and create a GitHub Release.