scionnet

Crates.ioscionnet
lib.rsscionnet
version0.0.7
sourcesrc
created_at2023-12-28 19:29:06.512301
updated_at2024-01-18 17:01:50.204915
descriptionAn std::net fork with support for SCION addresses
homepage
repository
max_upload_size
id1082625
size91,440
(amdfxlucas)

documentation

README

snet - scion-std-net

This crate contains the std::net::SocketAddr struct extended to include a SCION variant in addition to IP- V4/V6. Compared to std::net it comes with two new classes: SocketAddrScion and ScionAddr - that represent the L4 and L3 address of a host, which is reachable via the SCION-Next Generation Internet Architecture. The snet IP address structs can be used interchangeably with the std::net ones, as they implement the respective From/Into traits.

Commit count: 0

cargo fmt