ordered_string 0.1.0

Convert integer / float / decimal to string and preserve the order
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "ordered_string"
version = "0.1.0"
edition = "2024"
authors = ["lewiszlw <lewiszlw520@gmail.com>"]
description = "Convert integer / float / decimal to string and preserve the order"
license = "MIT"
repository = "https://github.com/systemxlabs/ordered_string"

[dependencies]