This library is not solely dependent on Rust
This commit is contained in:
parent
0750168c4f
commit
654f58da17
|
@ -6,9 +6,9 @@
|
||||||
//! primitives. It is designed for Rust programs built to work with the Bitcoin
|
//! primitives. It is designed for Rust programs built to work with the Bitcoin
|
||||||
//! network.
|
//! network.
|
||||||
//!
|
//!
|
||||||
//! It is also written entirely in Rust to illustrate the benefits of strong type
|
//! Except for its dependency on libsecp256k1 (and optionally libbitcoinconsensus),
|
||||||
//! safety, including ownership and lifetime, for financial and/or cryptographic
|
//! this library is written entirely in Rust. It illustrates the benefits of
|
||||||
//! software.
|
//! strong type safety, including ownership 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.
|
||||||
|
|
Loading…
Reference in New Issue