Skip to content

move-binding

Layered crates for writing typed, ergonomic Move interactions on Sui from Rust.

Each crate is a small abstraction that solves one problem, and the crates can be adopted individually.

The primary mental model is Read → Tx → Commit with a cursor that advances your local frontier by applying transaction effects. See MODEL.md.

Status

This is a pre-1.0 project. Public APIs may change before 1.0; treat the crate boundaries and the MODEL.md invariants as more stable than individual function names.

Crates

Cargo package names use hyphens, while Rust imports use underscores.

Cargo package Rust import Role
talus-sui-move talus_sui_move Rust representations of Move types, abilities, and decoding helpers
talus-sui-move-derive talus_sui_move_derive Derive macros for Rust structs that represent Move structs
talus-sui-move-call talus_sui_move_call Typed Move call descriptions and arguments
talus-sui-move-ptb talus_sui_move_ptb Programmable transaction construction
talus-sui-move-runtime talus_sui_move_runtime Read/Tx/Commit runtime and typed handles
talus-sui-move-codegen talus_sui_move_codegen Rust binding generation from Move package metadata

For example:

[dependencies]
talus-sui-move = { version = "=0.2.0", features = ["derive"] }
use talus_sui_move::MoveType;

Where to start

Development

See CONTRIBUTING.md for local checks and pull request expectations.

Security

See SECURITY.md for vulnerability reporting.

License

Licensed under the Apache License, Version 2.0. See LICENSE.

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages