docs: add rust client api entry
This commit is contained in:
committed by
mergify[bot]
parent
24d18b3cf2
commit
3e6c7c4a3e
@ -77,6 +77,7 @@ module.exports = {
|
|||||||
items: [
|
items: [
|
||||||
"developing/clients/jsonrpc-api",
|
"developing/clients/jsonrpc-api",
|
||||||
"developing/clients/javascript-api",
|
"developing/clients/javascript-api",
|
||||||
|
"developing/clients/rust-api",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
8
docs/src/developing/clients/rust-api.md
Normal file
8
docs/src/developing/clients/rust-api.md
Normal 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).
|
Reference in New Issue
Block a user