18 releases

Uses new Rust 2024

new 0.8.7 May 8, 2025
0.8.6 Apr 17, 2025
0.8.1 Mar 31, 2025
0.7.6 Mar 6, 2025
0.6.2 Jan 14, 2025

#3 in #aftermath-finance

Download history 374/week @ 2025-01-15 372/week @ 2025-01-22 719/week @ 2025-01-29 399/week @ 2025-02-05 312/week @ 2025-02-12 455/week @ 2025-02-19 257/week @ 2025-02-26 659/week @ 2025-03-05 220/week @ 2025-03-12 474/week @ 2025-03-19 386/week @ 2025-03-26 761/week @ 2025-04-02 643/week @ 2025-04-09 549/week @ 2025-04-16 187/week @ 2025-04-23 106/week @ 2025-04-30

1,636 downloads per month
Used in 18 crates (17 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
~156K SLoC