docs: add rust client api entry

This commit is contained in:
Trent Nelson 2021-03-10 14:11:30 -07:00 committed by mergify[bot]
parent 24d18b3cf2
commit 3e6c7c4a3e
2 changed files with 9 additions and 0 deletions

View File

@ -77,6 +77,7 @@ module.exports = {
items: [
"developing/clients/jsonrpc-api",
"developing/clients/javascript-api",
"developing/clients/rust-api",
],
},
{

View File

@ -0,0 +1,8 @@
---
title: Rust API
---
See [doc.rs](https://docs.rs/releases/search?query=solana-) for documentation of
all crates published by Solana. In particular [solana-sdk](https://docs.rs/solana-sdk)
for working with common data structures and [solana-client](https://docs.rs/solana-client)
for querying the [JSON RPC API](jsonrpc-api).