tuffy / bitstream-io

Library for reading/writing un-aligned values from/to streams in big-endian and little-endian formats
Apache License 2.0
52 stars 20 forks source link

Usage in Embedded Systems #5

Open Simsys opened 4 years ago

Simsys commented 4 years ago

This is a very nice compact library. You could use it wonderfully in embedded environments. You would need to be able to use it without importing the std library (no_std).

This is a feature request

rnestler commented 3 years ago

I'd be interested in this as well :slightly_smiling_face:

rnestler commented 3 years ago

I noticed that a big thing that is used from std which is not in core is the io::Result. Are there reasons to use that error type or could also a custom result / error type be used?