Results 3 issues of Ian Pratt

Background: I am currently trying to build tflite-micro bindings for rust, as the previous ones are _very_ out of date (2-3 years out of date!). I am pulling from [this...

A-templates
A-C++

Currently, my ATmega328p runs at 16MHz on an external clock (I set the fuse bits manually in a copy of the Makefile you provide). However, it would be nice to...

I like this library, but one downside is that it returns an `anyhow::Result` instead of a custom error type. Generally, it's better for libraries to implement these custom error types...

enhancement