Crate curuam

Crate curuam 

Source

Structs§

ArpHeader
arp header
EthHeader
eth header
IcmpHeader
icmp header
Ipv4
struct for representing ipv4 addresses
Ipv6
struct for representing ipv6 addresses
Ipv4Header
ipv4 header
Ipv6Header
ipv6 header
Mac
struct for representing mac addresses
Prime
struct for representing prime numbers
Wrapper
wrapper around type’s pointer simple to box or arc smart pointer

Constants§

ARP_HEADER_SIZE
ETH_HEADER_SIZE
ICMP_HEADER_SIZE
IPV4_LEN
IPV6_LEN
IP_HEADER_SIZE
MAC_LEN

Traits§

Handle
trait for conveting one type into other similar to the From trait

Functions§

checksum
memcpy
c memcpy clone
power
function for building to the exponent
random_in_range
random_with_seed
str_from_bytes
creates string from bytes
str_from_cstr
creates string from char pointer
str_from_cutf16

Type Aliases§

RandomNumber