bincode icon indicating copy to clipboard operation
bincode copied to clipboard

Example for Deserializer uses `bytes_read` method which doesn't exist

Open joshtriplett opened this issue 4 years ago • 9 comments

The sample code for bincode::Deserializer uses a bytes_read, which doesn't exist and appears to have been removed years ago.

joshtriplett avatar Dec 13 '20 09:12 joshtriplett

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jun 13 '21 21:06 stale[bot]

The Deserializer documentation is still wrong as of current master.

dtolnay avatar Jun 13 '21 21:06 dtolnay

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Aug 12 '21 22:08 stale[bot]

The Deserializer documentation is still wrong as of current master.

dtolnay avatar Aug 13 '21 00:08 dtolnay

The bytes_read reference was removed in b9e3a8001ca1c7b01a39a906d8ce566c035b5be6. I think this can be closed.

rillian avatar Oct 25 '21 20:10 rillian

I'm okay with waiting on keeping this issue open until bincode 2 has been properly released. Currently we're still in 2.0-alpha and could possibly do 1.x releases

VictorKoenders avatar Oct 26 '21 07:10 VictorKoenders