-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance Spin SDK rust docs with examples #3007
Comments
Vague notes as I noodle on this:
|
I like it! |
We have published our Rust SDK to Rust docs; however, i still find myself searching Spin docs (https://developer.fermyon.com/spin/v3/index) to make sure i am using SDKs correctly. Instead, i'd like the Rust SDK crates docs to be my main source of information for how to use the SDK. For example, if I want to open and write to a key value store, i'd like to see an example in the rust docs here https://docs.rs/spin-sdk/3.1.0/spin_sdk/key_value/struct.Store.html.
The text was updated successfully, but these errors were encountered: