An asynchronous SkySpark 3 client library for Rust, compatible with SkySpark versions 3.1.1 or higher.
For SkySpark versions before 3.0.28, use version 0.8.*
of this library. Newer versions
of SkySpark use Hayson encoding, which this library
supports. The older versions of SkySpark used a different JSON encoding which is no
longer supported by this library.
For SkySpark version 3.0.29, use version 0.11.*
of this library, because it uses older Haystack ops for
formats
and ops
.
See docs.rs.
eval
operation.If you don't want to use asynchronous Rust, or are just writing a quick script, a synchronous version of this library is available, called raystack_blocking (source code)
Markdown 1 43 0 34 9
Rust 11 3559 2996 29 534 |- Markdown 9 344 69 251 24
```
Many thanks to Steve Eynon for his post about SkySpark's SCRAM authentication.