Files
solana/docs/src/developing/clients/rust-api.md

9 lines
330 B
Markdown
Raw Normal View History

2021-03-10 14:11:30 -07:00
---
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).