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

Download history 175/week @ 2025-12-28 191/week @ 2026-01-04 153/week @ 2026-01-11 187/week @ 2026-01-18 210/week @ 2026-01-25 155/week @ 2026-02-01 153/week @ 2026-02-08 190/week @ 2026-02-15 316/week @ 2026-02-22 180/week @ 2026-03-01 215/week @ 2026-03-08 236/week @ 2026-03-15 345/week @ 2026-03-22 217/week @ 2026-03-29 152/week @ 2026-04-05 184/week @ 2026-04-12

921 downloads per month
Used in 15 crates (12 directly)

Apache-2.0

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:

  • serde compatibility 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