Fullstack|
Backend|
Infrastructure|
Security|
Blockchain|
Cryptography|
AI Agents|
DevRel|
Open Source
completed
Featured

Sui String Formatter

Lightweight string formatting utility for Sui Move

Sui
Move
Library
Utility
Sui String Formatter

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