version 0.4.2 Docs.rs is outdated and does not reflect recent changes in the latest bleeding edge branch and there's no warning for this.
There's no documentation for algonaut_algod module
Additional context
I Get This error when trying to compile v0.4.2. Comparing the documentation with the source code, the function or class name is slightly changed and this isn't reflected in the docs
error[E0433]: failed to resolve: could not find algod in algonaut_model
--> core/src/core.rs:6:21
|
6 | use algonaut_model::algod::v2::PendingTransaction;
| ^^^^^ could not find algod in algonaut_model
There should be a warning for that for downstream users to check the repo instead first if cargo fails to find some modules.
Describe the bug
version 0.4.2 Docs.rs is outdated and does not reflect recent changes in the latest bleeding edge branch and there's no warning for this.
There's no documentation for algonaut_algod module
Additional context I Get This error when trying to compile v0.4.2. Comparing the documentation with the source code, the function or class name is slightly changed and this isn't reflected in the docs error[E0433]: failed to resolve: could not find
algod
inalgonaut_model
--> core/src/core.rs:6:21 | 6 | use algonaut_model::algod::v2::PendingTransaction; | ^^^^^ could not findalgod
inalgonaut_model
There should be a warning for that for downstream users to check the repo instead first if cargo fails to find some modules.