The regtest crate is not typical in that it expects at least one of the "verison number" features to be enabled. This does not play nicely with the docs.rs build. In an effort to make things at least uderstandable do a few things:
inline the Client and json docs
configure docs.rs build to enable 26_0
Add a big fat note to hopefully alleviate the misleading "Available on crate feature 26_0 only."
The
regtest
crate is not typical in that it expects at least one of the "verison number" features to be enabled. This does not play nicely with the docs.rs build. In an effort to make things at least uderstandable do a few things:Client
andjson
docs