encoder 0.2.2

Blazing fast encoder written in Rust
Documentation
## [Unreleased]

## [0.2.2] - 2024-01-25

### Added

- encode for set
- encode for indexmap
- encode references to traits within collections
- provides a method for conversion to a string

## [0.2.1] - 2024-01-20

### Changed

- remove sync + send

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