feat: add float encoder

pull/24376/head
Edd Robinson 2020-01-12 14:19:03 +00:00
parent 75d378974e
commit 2a1ddf5669
2 changed files with 1658 additions and 0 deletions

1657
src/encoders/float.rs Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,4 @@
mod float;
mod integer;
mod simple8b;
mod timestamp;