rtformat 0.1.0

A library for runtime formatting in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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"
version = "0.1.0"

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

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