encoder 0.2.0

Blazing fast encoder written in Rust
Documentation
## [0.2.0] - 2024-01-20

### Added

- json encoding

### Changed

- put the scalar types into the number module

## [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