Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Make docs.rs source view generate links to definitions. * Disable default features for eui48 crate so it will no longer pull in rustc-serialize, which has had a history of causing builds to print deprecation warnings. * Revert "Disable default features for eui48 crate so it will no longer pull in rustc-serialize, which has had a history of causing builds to print deprecation warnings." This reverts commit 36138ca. * Add `SendQueue::packet_header_size()` which can be used by applications that want to precalculate required total SendQueue size. This size is available using other types in the crate, but tying the query to the `SendQueue` allows us to avoid a breaking change in case the SendQueue's header ever changes (even though this is highly unlikely to happen). * Update changelog. * Move packet header size query function and add a test case. * Document how to get the size of the implicitly added packet header. --------- Co-authored-by: Jan Danielsson <jan@void>
- Loading branch information