completed
Featured
Sui String Formatter
Lightweight string formatting utility for Sui Move
Sui
Move
Library
Utility

About This Project
A lightweight string formatting module for the Sui Move language, supporting both template-based formatting (like `{}` placeholders) and builder-style formatting using a `Formatter` struct. Bridges the gap left by native string formatting utilities in Sui Move.
Key Highlights
- •Template-based formatting with placeholder support (`{}`)
- •Builder-style formatting with chaining methods
- •Support for common types: u64, bool, address, String, vector<u8>
- •Braces escaping for literal braces in templates
- •Clean and readable string formatting logic for Move programs
Tech Stack
Move
Sui SDK
Project Details
Status
completed
Started
September 15, 2025
Completed
September 16, 2025
Related Projects
Other projects you might be interested in