encoder 0.1.0

A collection of crates for rapid encoding
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.encoder-itoa]
version = "1.0.10"

[dependencies.encoder-ryu]
version = "1.0.16"

[package]
authors = ["Jian Chen <admin@chensoft.com>"]
description = "A collection of crates for rapid encoding"
documentation = "https://docs.rs/encoder"
edition = "2021"
keywords = ["encoder", "encode", "encoding"]
license = "MIT"
name = "encoder"
readme = "README.md"
repository = "https://github.com/chensoft/encoder"
version = "0.1.0"