bitcoin: Use 100 colum width in crate level docs
We have various different column widths being used in a single rustdoc block, since we favour 100 for comments around here use it. No text changes, whitespace only.
This commit is contained in:
parent
c03e23b004
commit
7712e5d891
|
@ -2,16 +2,14 @@
|
||||||
|
|
||||||
//! # Rust Bitcoin Library
|
//! # Rust Bitcoin Library
|
||||||
//!
|
//!
|
||||||
//! This is a library that supports the Bitcoin network protocol and associated
|
//! This is a library that supports the Bitcoin network protocol and associated primitives. It is
|
||||||
//! primitives. It is designed for Rust programs built to work with the Bitcoin
|
//! designed for Rust programs built to work with the Bitcoin network.
|
||||||
//! network.
|
|
||||||
//!
|
//!
|
||||||
//! Except for its dependency on libsecp256k1 (and optionally libbitcoinconsensus),
|
//! Except for its dependency on libsecp256k1 (and optionally libbitcoinconsensus), this library is
|
||||||
//! this library is written entirely in Rust. It illustrates the benefits of
|
//! written entirely in Rust. It illustrates the benefits of strong type safety, including ownership
|
||||||
//! strong type safety, including ownership and lifetime, for financial and/or cryptographic software.
|
//! and lifetime, for financial and/or cryptographic software.
|
||||||
//!
|
//!
|
||||||
//! See README.md for detailed documentation about development and supported
|
//! See README.md for detailed documentation about development and supported environments.
|
||||||
//! environments.
|
|
||||||
//!
|
//!
|
||||||
//! ## Available feature flags
|
//! ## Available feature flags
|
||||||
//!
|
//!
|
||||||
|
|
Loading…
Reference in New Issue