2 releases

0.1.0-rc.2 Nov 12, 2024

#102 in Robotics

Download history 115/week @ 2024-11-13 13/week @ 2024-11-20 2/week @ 2024-11-27 17/week @ 2024-12-04 8/week @ 2024-12-11 123/week @ 2025-02-12 167/week @ 2025-02-19 34/week @ 2025-02-26

324 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
~235K SLoC