~asayers/pcarp

Bump version to 1.0.1
Fix typo in docs
README: Note read-only
Bump version to 1.0.0
Update documentation
Fix a whole bunch of panics

Something like 11 different cases.
pcap_dump: Handle errors gracefully
Add a fuzz target
Remove "extern crate" statements
New rustfmt
Ignore a clippy warning
Use 2018 edition
Update paths for 2018 edition
Bump version to 0.3.0
a59854bd — Mitsutoshi Aoe 6 years ago
Merge pull request #6 from asayers/rewind

Add Capture.rewind()
939fdd7d — Mitsutoshi Aoe 6 years ago
Add an example of Capture.rewind()
b3dbe0fa — Mitsutoshi Aoe 6 years ago
Add rewind method to Capture
Bump version to 0.2.0
Make pcarp less chatty

This patch reduces the log level of all messages from info => debug and
from debug => trace.
Cargo.toml: Fix typo
Next