rtformat 0.1.3

A library for runtime formatting in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
categories = ["text-processing"]
description = "A library for runtime formatting in Rust"
edition = "2024"
keywords = ["runtime", "formatting", "string", "format", "derive"]
license = "MIT OR Apache-2.0"
name = "rtformat"
readme = "README.md"
repository = "https://github.com/YWZYXSoCool/rtformat"
rust-version = "1.88"
version = "0.1.3"

[dependencies]
rtformat-derive = {path = "rtformat-derive", version = "0.1.1"}

[workspace]
members = ["rtformat-derive"]