pot-o-core 0.1.6-alpha

Core types and utilities for PoT-O (Proof of Tensor Optimizations)
Documentation

pot-o-core

crates.io docs.rs CI License: MIT

Core types and utilities for PoT-O (Proof of Tensor Optimizations).

Usage

[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