Skip to content

Commit

Permalink
more badges
Browse files Browse the repository at this point in the history
  • Loading branch information
solidiquis committed Nov 16, 2024
1 parent 99c5f19 commit 901a2e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions go/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Sift Go

[![PkgGoDev](https://pkg.go.dev/badge/mod/github.com/sif-stack/sift/go)](https://pkg.go.dev/github.com/sift-stack/sift/go)

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

## Installation
Expand Down
3 changes: 2 additions & 1 deletion rust/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Sift Rust

[![Crates.io](https://img.shields.io/crates/v/sift_rs.svg)](https://crates.io/crates/sift_rs)
[![docs](https://readthedocs.org/projects/pip/badge/)](https://docs.siftstack.com/sift_py/sift_py.html)

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

Expand All @@ -12,7 +13,7 @@ $ cargo add sift_rs

## Examples

Various examples can be found in the [examples](./examples) directory. To run any of those examples clone this repo do the following:
Various examples can be found in the [examples](https://github.com/sift-stack/sift/tree/main/rust/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
Expand Down

0 comments on commit 901a2e1

Please sign in to comment.