Skip to content

Tags: QXTech-dev/etherparse

Tags

0.9.0

Toggle 0.9.0's commit message
Updated version to 0.9.0

0.8.3

Toggle 0.8.3's commit message
Resolved minor clippy warnings

0.8.2

Toggle 0.8.2's commit message
Updated version to 0.8.2

0.8.1

Toggle 0.8.1's commit message
Updated version number to 0.8.1

0.8.0

Toggle 0.8.0's commit message
Moved README.md contents into lib.rs and generated README.md using cr…

…ago readme.

0.7.1

Toggle 0.7.1's commit message
Incremented version to 0.7.1

0.7.0

Toggle 0.7.0's commit message
Changed transport include to prefent duplication of transport::tcp in…

… the documentation.

0.6.0

Toggle 0.6.0's commit message
Updated version in README to 0.6.0.

0.5.0

Toggle 0.5.0's commit message
Fixed syntax error in Cargo.toml.

0.4.0

Toggle 0.4.0's commit message
Removed seperate package-composition test runnabled (moved back into …

…unit-tests).

It was not possible to move the proptest generators into the main library and activate them as a feature for the test build. Even if the feature was enabled for dev-only the cargo publish mechanism would not allow a reference to an unpublished version (even if the unpublished version was the same as the currently present one).

Therefor sadly the prop test generators had to be moved back into the unit tests and the composition test also merged back into the unit tests.