I would love to do some image processing like motion detection on a microcontroller with camera attached.
I saw that "std" is default feature. I expcted, in case the "std" feature is disbaled, some special handling for "no-std" environment, but could not find anything hinting at that in the codebase.
My question: is it planned to support no-std environments at some point, or are there specific reasons for this to be out of scope.
I would love to do some image processing like motion detection on a microcontroller with camera attached.
I saw that "std" is default feature. I expcted, in case the "std" feature is disbaled, some special handling for "no-std" environment, but could not find anything hinting at that in the codebase.
My question: is it planned to support no-std environments at some point, or are there specific reasons for this to be out of scope.