encoder 0.1.1

A collection of crates for rapid encoding
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "encoder"
version = "0.1.1"
edition = "2021"
authors = ["Jian Chen <admin@chensoft.com>"]
license = "MIT"
description = "A collection of crates for rapid encoding"
documentation = "https://docs.rs/encoder"
repository = "https://github.com/chensoft/encoder"
readme = "README.md"
keywords = ["encoder", "encode", "encoding"]

[dependencies]
simd-json = "=0.13.7"
encoder-ryu = {path = "lib/encoder-ryu", version = "=1.0.16"}