lightspark

Crates.iolightspark
lib.rslightspark
version0.10.1
sourcesrc
created_at2023-04-11 01:36:42.439487
updated_at2024-07-25 17:13:41.096036
descriptionLightspark Rust SDK
homepagehttps://www.lightspark.com/
repositoryhttps://github.com/lightsparkdev/lightspark-rs
max_upload_size
id835654
size920,128
Shreya Vissamsetti (shreyav)

documentation

https://docs.lightspark.com/lightspark-sdk/getting-started?language=Rust

README

Lightspark Rust SDK - v0.10.1

The Lightspark Rust SDK provides a convenient way to interact with the Lightspark services from applications written in the Rust language.

WARNING: This SDK is in version 0.10.1 (active development). It means that its APIs may not be fully stable. Please expect that changes to the APIs may happen until we move to v1.0.0.

Documentation

The documentation for this SDK (installation, usage, etc.) is available at https://docs.lightspark.com/lightspark-sdk/getting-started?language=Rust

Sample code

For your convenience, we included an example that shows you how to use the SDK. Open the file example/example.rs and make sure to update the variables at the top of the page with your information, then run it using cargo:

cargo run --example example
Commit count: 99

cargo fmt