rformat 0.2.0

Runtime formatting library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
authors = ["Tal Risin"]
description = "Runtime formatting library"
edition = "2024"
keywords = ["format", "runtime"]
license = "GPL-3.0"
name = "rformat"
repository = "https://github.com/RisinT96/rformat"
version = "0.2.0"
rust-version = "1.86.0"

[dependencies]
thiserror = "2.0.12"
trait_mux = { version = "0.3.2", git = "https://github.com/RisinT96/trait-mux.git" }