We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b33e4f commit 8f4e525Copy full SHA for 8f4e525
1 file changed
CHANGELOG.md
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
### Added
10
- Enable doc_cfg feature for docs.rs.
11
https://doc.rust-lang.org/unstable-book/language-features/doc-cfg.html
12
+- Add `Decoder` trait for parsing and validating byte slices as packet types,
13
+ with implementations for IPv4/v6/TCP/UDP
14
+- Add TCP packet types.
15
+- Add more function for computing internet checksums.
16
+
17
+### Changed
18
+- Rename `CheckedPayload` trait to `PoD`.
19
20
21
## [0.6.0] - 2026-04-30
0 commit comments