2 releases

0.1.0-rc.2 Nov 12, 2024

#75 in Robotics

Download history 208/week @ 2024-11-08 36/week @ 2024-11-15 7/week @ 2024-11-22 15/week @ 2024-11-29 12/week @ 2024-12-06

86 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–18MB
~234K SLoC