bieli / IoText-data-protocol

Internet of Things data protocol - simplistic text and CSV-friendly IoT data protocol. Options: Schema-less, schema+versioning, building deltas for data values. Easy to re-use.
Apache License 2.0
0 stars 2 forks source link

RUST language implemenation of IoText protocol #13

Open bieli opened 1 year ago

bieli commented 1 year ago

Based on experience from tiktoken data science Open Source repository and benchmarks for IoText encoder/decoder (compare to JSON), it will be good to have a fast native solution in IoText data protocol encoders/decoders.

I believe, that RUST programming language is a good way!

codecov[bot] commented 1 year ago

Codecov Report

Patch has no changes to coverable lines.

Files Changed Coverage
iotext/__init__.py 0.00%
noxfile.py 0.00%
src/lib.rs 0.00%

:loudspeaker: Thoughts on this report? Let us know!.