[go: up one dir, main page]

re_format 0.8.1

Miscellaneous tools to format and parse numbers, durations, etc.
Documentation
[package]
name = "re_format"
authors.workspace = true
description = "Miscellaneous tools to format and parse numbers, durations, etc."
edition.workspace = true
homepage.workspace = true
include.workspace = true
license.workspace = true
publish = true
readme = "README.md"
repository.workspace = true
rust-version.workspace = true
version.workspace = true

[package.metadata.docs.rs]
all-features = true

[dependencies]
arrow2.workspace = true
arrow2_convert.workspace = true
comfy-table.workspace = true
re_tuid = { workspace = true, features = ["arrow2_convert"] }