Simple CoreML Rust Bindings

bindings for loading and running coreml ml models

CoreML isn’t quite really a new technology but being very MacOS and Apple specific it makes life very hard figuring out how to use it from a non Objective-C projects. So here’s a set of very simple Rust bindings to load and work on these models.