raystack_blocking 0.12.0

Synchronous SkySpark client
Documentation
1
2
3
4
5
6
7
8
# raystack_blocking

A Rust library providing a synchronous SkySpark client. This library is
a thin wrapper around the asynchronous [raystack](https://github.com/a-mackay/raystack) library.

This library exposes almost the same API as the underlying `raystack` library.

See the `examples/` folder for usage examples.