docs: add rust client api entry
This commit is contained in:
parent
24d18b3cf2
commit
3e6c7c4a3e
|
@ -77,6 +77,7 @@ module.exports = {
|
|||
items: [
|
||||
"developing/clients/jsonrpc-api",
|
||||
"developing/clients/javascript-api",
|
||||
"developing/clients/rust-api",
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
@ -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).
|
Loading…
Reference in New Issue