cursock 1.2.7

Crate for raw socketing, can be used for sending raw packets and some protocols
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.rand]
version = "0.8.5"

[package]
description = "Crate for raw socketing, can be used for sending raw packets and some protocols"
documentation = "https://docs.rs/cursock"
edition = "2021"
homepage = "https://github.com/CURVoid/cursock.git"
keywords = ["cursock", "networking", "socket", "raw", "arp"]
license = "Apache-2.0"
name = "cursock"
readme = "README.md"
repository = "https://github.com/CURVoid/cursock.git"
version = "1.2.7"