Expand description

This is a string formatter for WLambda.

It provides the create_formatter_fun. It’s syntax supports most of the Rust string formatting functionality.

Functions

This function takes a VVal::Str or VVal::Byt and parses it as formatting template. The return value is a VVal with a function that takes as many arguments as specified in the formatting template.