Rework docs for Pubkey::find_program_address and friends (#21528)

* Rework docs for Pubkey::find_program_address and friends

* Remove circular dependency

* Minor tweaks

* Apply suggestions from code review

Co-authored-by: Tyera Eulberg <teulberg@gmail.com>

* Sort solana-program dev-dependencies

Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
This commit is contained in:
Brian Anderson
2021-12-06 11:00:50 -06:00
committed by GitHub
parent b5353e2130
commit d1c101cde2
3 changed files with 310 additions and 103 deletions

View File

@ -47,10 +47,11 @@ itertools = "0.10.1"
parking_lot = "0.11"
[dev-dependencies]
static_assertions = "1.1.0"
anyhow = "1.0.45"
assert_matches = "1.3.0"
bincode = "1.3.1"
serde_json = "1.0.56"
static_assertions = "1.1.0"
[build-dependencies]
rustc_version = "0.4"