Skip to content

Commit

Permalink
Add solana-cli-config link to rust-api.md (#21840) (#21874)
Browse files Browse the repository at this point in the history
(cherry picked from commit 033106e)

Co-authored-by: Brian Anderson <andersrb@gmail.com>
  • Loading branch information
mergify[bot] and brson authored Dec 14, 2021
1 parent 5e2b12a commit cf2a9de
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/src/developing/clients/rust-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,16 @@ Some important crates:
- [`solana-client`] &mdash; For interacting with a Solana node via the
[JSON RPC API](jsonrpc-api).

- [`solana-cli-config`] &mdash; Loading and saving the Solana CLI configuration
file.

- [`solana-clap-utils`] &mdash; Routines for setting up a CLI, using [`clap`],
as used by the main Solana CLI.
as used by the main Solana CLI. Includes functions for loading all types of
signers supported by the CLI.

[`solana-program`]: https://docs.rs/solana-program
[`solana-sdk`]: https://docs.rs/solana-sdk
[`solana-client`]: https://docs.rs/solana-client
[`solana-cli-config`]: https://docs.rs/solana-cli-config
[`solana-clap-utils`]: https://docs.rs/solana-clap-utils
[`clap`]: https://docs.rs/clap

0 comments on commit cf2a9de

Please sign in to comment.