encoder 0.1.2

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
18
## [0.1.2] - 2024-01-19

### Changed

- inline the encode function

## [0.1.1] - 2024-01-19

### Changed

- simd is much faster than itoa on integer encoding

## [0.1.0] - 2024-01-19

### Added

- fast integer encoding
- fast floating point encoding