30 releases (12 breaking)
Uses new Rust 2024
| 0.18.0 | Mar 24, 2026 |
|---|---|
| 0.16.0 | Nov 13, 2025 |
| 0.13.0 | Jul 30, 2025 |
| 0.8.1 | Mar 31, 2025 |
#2 in #aftermath
921 downloads per month
Used in 15 crates
(12 directly)
105KB
2K
SLoC
af-sui-types
About
Aftermath's extensions to sui_sdk_types.
Includes some types and constants from the original sui_types and move_core_types that
are not present in sui_sdk_types. This crate also re-exports a lot of the types in
sui_sdk_types.
This crate was originally conceived with the following objectives:
serdecompatibility with the full Sui checkpoint data- avoiding dynamic error types so that callers could match against errors and react accordingly
- using a minimal set of dependencies
- SemVer compatibility
The long-term plan is to deprecate most of this in favor of sui_sdk_types. However, there
are some types in that crate that don't expose all of the attributes/methods we need yet.
Dependencies
~9MB
~178K SLoC