forked from rust-bitcoin/rust-bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We want to release a stable version of the `io` crate. As such we are trying to minimise the API that we commit to. The `impl_write` macro is by design meant to be called by other crates and experience has shown us that doing so is error prone. The code produced by the macro is pretty basic to write and it is likely write-once-read-many code. Deprecate the macro. While we are at it point users to the examples in `bitcoin/examples/io.rs` for usage of the `io` crate.
- Loading branch information
Showing
2 changed files
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters