bitstream-io icon indicating copy to clipboard operation
bitstream-io copied to clipboard

Usage in Embedded Systems

Open Simsys opened this issue 6 years ago • 2 comments

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

Simsys avatar Nov 15 '19 13:11 Simsys

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

rnestler avatar Nov 10 '20 16:11 rnestler

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?

rnestler avatar Nov 10 '20 16:11 rnestler