2 releases

0.1.0-rc.2 Nov 12, 2024

#97 in Robotics

27 downloads per month

MIT license

2.5MB
55K SLoC

Sift Rust

Crates.io

This library offers a Rust API on top of Sift's protocol buffers to ergonomically interface with the Sift gRPC API.

Installation

$ cargo add sift_rs

Examples

Various examples can be found in the examples directory. To run any of those examples clone this repo do the following:

$ SIFT_URI=<sift uri> SIFT_API_KEY=<api key> cargo run --example hello_sift 

Dependencies

~9–19MB
~236K SLoC