19 releases

Uses new Rust 2024

new 0.8.8 May 12, 2025
0.8.7 May 8, 2025
0.8.6 Apr 17, 2025
0.8.1 Mar 31, 2025
0.6.2 Jan 14, 2025

#109 in Magic Beans

Download history 362/week @ 2025-01-20 499/week @ 2025-01-27 636/week @ 2025-02-03 195/week @ 2025-02-10 549/week @ 2025-02-17 244/week @ 2025-02-24 611/week @ 2025-03-03 281/week @ 2025-03-10 448/week @ 2025-03-17 238/week @ 2025-03-24 745/week @ 2025-03-31 606/week @ 2025-04-07 768/week @ 2025-04-14 225/week @ 2025-04-21 117/week @ 2025-04-28 272/week @ 2025-05-05

1,419 downloads per month
Used in 18 crates (15 directly)

Apache-2.0

135KB
3K 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

~6–8MB
~157K SLoC