20 releases (7 breaking)

0.8.1-beta.1 Sep 4, 2024
0.8.0-beta.1 Jul 29, 2024
0.3.0 Mar 28, 2024

#3 in #mpl

Download history 455/week @ 2024-06-28 309/week @ 2024-07-05 246/week @ 2024-07-12 307/week @ 2024-07-19 553/week @ 2024-07-26 605/week @ 2024-08-02 685/week @ 2024-08-09 518/week @ 2024-08-16 522/week @ 2024-08-23 454/week @ 2024-08-30 401/week @ 2024-09-06 467/week @ 2024-09-13 619/week @ 2024-09-20 634/week @ 2024-09-27 749/week @ 2024-10-04 383/week @ 2024-10-11

2,425 downloads per month
Used in 11 crates (8 directly)

Custom license

1MB
18K SLoC

Rust client SDK for Mpl Core

An autogenerated Rust client SDK for the project.

Getting started

From your project folder:

cargo add mpl-core

Structure

The client SDK is divided into several modules:

  • accounts: structs representing the accounts of the program
  • errors: enums representing the program errors
  • instructions: structs to facilitate the creation of instructions, instruction arguments and CPI instructions
  • types: structs representing types used by the program

Contributing

Check out the Contributing Guide the learn more about how to contribute to this library.

Dependencies

~17–26MB
~443K SLoC