Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: learnforpractice/bincode

Tags

V2.0.0-alpha.2

Toggle V2.0.0-alpha.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release v2.0.0-alpha.2 (bincode-org#455)

v2.0.0-alpha.1

Toggle v2.0.0-alpha.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 2.0.0-alpha.1 (bincode-org#435)

v2.0.0-alpha.0

Toggle v2.0.0-alpha.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add necessary metadata to bincode_derive (bincode-org#420)

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
remove byteorder as a dependency (bincode-org#390)

* remove byteorder as a dependency

* fix module imports

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump version to 1.3.2 (bincode-org#378)

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix logic error in fill_buffer (bincode-org#336)

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Deserializer::{from_slice, with_reader} types (bincode-org#332)

Having these in the impl block with a generic R paramter would make
them unusable, at least without type annotations:

    error[E0282]: type annotations needed
      --> msg_socket2/src/socket.rs:45:32
       |
    45 |         let mut deserializer = Deserializer::with_reader(bytes.as_slice(), DefaultOptions::new());
       |                                ^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for type parameter `R`

    error: aborting due to previous error

    For more information about this error, try `rustc --explain E0282`.

Moving these into separate impl blocks, which set the type of the
Deserializer to the return type of the functions, fixes this error.

v1.2.1

Toggle v1.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
dtolnay David Tolnay
Release 1.2.1

v1.2.0

Toggle v1.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
dtolnay David Tolnay
Release 1.2.0

v1.1.4

Toggle v1.1.4's commit message

Verified

This tag was signed with the committer’s verified signature.
dtolnay David Tolnay
Release 1.1.4