17 releases

Uses new Rust 2024

new 0.8.6 Apr 17, 2025
0.8.5 Apr 14, 2025
0.8.1 Mar 31, 2025
0.7.6 Mar 6, 2025
0.6.2 Jan 14, 2025

#191 in Magic Beans

Download history 278/week @ 2025-01-09 404/week @ 2025-01-16 423/week @ 2025-01-23 640/week @ 2025-01-30 313/week @ 2025-02-06 325/week @ 2025-02-13 482/week @ 2025-02-20 224/week @ 2025-02-27 691/week @ 2025-03-06 212/week @ 2025-03-13 482/week @ 2025-03-20 463/week @ 2025-03-27 655/week @ 2025-04-03 660/week @ 2025-04-10

2,310 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
~157K SLoC