Skip to content

Commit

Permalink
Adapt readme to defrag module
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianSchmid committed Sep 17, 2024
1 parent 6ef5fd1 commit 9464a0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# etherparse

A zero allocation library for parsing & writing a bunch of packet based protocols (EthernetII, IPv4, IPv6, UDP, TCP ...).
A mostly zero allocation library for parsing & writing a bunch of packet based protocols (EthernetII, IPv4, IPv6, UDP, TCP ...).

Currently supported are:
* Ethernet II
Expand All @@ -32,7 +32,7 @@ Etherparse is intended to provide the basic network parsing functions that allow
Some key points are:

* It is completely written in Rust and thoroughly tested.
* Special attention has been paid to not use allocations or syscalls.
* Special attention has been paid to not use allocations or syscalls except in the "defragmentation" code.
* The package is still in development and can & will still change.
* The current focus of development is on the most popular protocols in the internet & transport layer.

Expand Down

0 comments on commit 9464a0f

Please sign in to comment.