sof-types 0.13.1

Stable SOF-owned primitive types shared across SOF crates
Documentation
1
2
3
4
5
6
7
8
# sof-types

Stable SOF-owned primitive types shared across SOF crates.

This crate exists to keep `sof` and `sof-tx` public APIs from exposing upstream
`solana-*` crate versions directly on every boundary.

Use `sof-solana-compat` when you explicitly want Solana crate interop.