fb7ff46ccc
When we moved to edition 2018 the use of `extern` became unnecessary and we moved to using `pub use` for re-exports. It was observed however that `pub extern crate` is more readable. Improve crate root re-exports by doing: - Use `pub extern crate foo` to re-export foo. - Fix docs attribute for optional dependency `bitcoinconsensus`. - Re-order to how rustfmt would put them. |
||
---|---|---|
.. | ||
contrib | ||
examples | ||
src | ||
tests | ||
Cargo.toml |