Hey we are evaluating spiceDB at work
# spicedb
j
Hey we are evaluating spiceDB at work and it seems promising, but what is the best way to use it from Rust? The awesome spicedb list links to two crates that haven't been updated in 2 years which makes me feel like they've been abandoned?
v
the awesome-spicedb repo keeps a list of third-party clients. There are 2 RS clients listed there: https://github.com/authzed/awesome-spicedb?tab=readme-ov-file#clients
j
I'm aware, however, one is archived already on github
Thanks for sharing though
v
thanks for letting us know!
can you try
Copy code
cargo add --registry buf authzed_api_community_neoeinstein-prost
I think buf is generating those for us automatically and I didn't know
there is also
cargo add --registry buf authzed_api_community_neoeinstein-tonic
2 Views