cross-socket

Crates.iocross-socket
lib.rscross-socket
version0.8.0
sourcesrc
created_at2023-09-12 14:20:57.701744
updated_at2023-10-15 12:54:20.734421
descriptioncross-socket is a cross-platform library designed for working with RawSocket
homepage
repositoryhttps://github.com/shellrow/cross-socket
max_upload_size
id970729
size315,429
shellrow (shellrow)

documentation

README

cross-socket Crates.io License

cross-socket is a cross-platform library designed for working with RawSocket. Empowers you to create, send, and receive raw network packets.

Usage

Add cross-socket to your dependencies

[dependencies]
cross-socket = "0.8"

Example

See Examples

Supported platform

  • Linux
  • macOS
  • Windows

Feature flags

The following feature flags can be used to enable/disable specific features.

--feature setup (for Windows users)

For Windows. This feature allows you to easy check/setup dependencies.

Commit count: 192

cargo fmt