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
[package]

name = "cursock"

version = "1.2.7"

edition = "2021"

license = "Apache-2.0"

documentation = "https://docs.rs/cursock"

repository = "https://github.com/CURVoid/cursock.git"

homepage = "https://github.com/CURVoid/cursock.git"

keywords = ["cursock", "networking", "socket", "raw", "arp"]

description = "Crate for raw socketing, can be used for sending raw packets and some protocols"



[dependencies]

rand = "0.8.5"