You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module is designed to work like string formatting in languages like Rust, where you format strings like this: "Hello, {}", "World!"
Sure, the FMT Crate does exist, but this repo is designed for learning and we decided to make our own.
This module is designed to work like string formatting in languages like Rust, where you format strings like this:
"Hello, {}", "World!"Sure, the FMT Crate does exist, but this repo is designed for learning and we decided to make our own.