Skip to content

Commit

Permalink
feat(wip): add types and de/encoding for SCMP messages
Browse files Browse the repository at this point in the history
  • Loading branch information
mlegner committed Dec 14, 2023
1 parent f0ab60d commit bf13dbf
Show file tree
Hide file tree
Showing 2 changed files with 457 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/scion-proto/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ pub mod datagram;
pub mod packet;
pub mod path;
pub mod reliable;
pub mod scmp;
pub(crate) mod utils;
pub mod wire_encoding;

Expand Down
Loading

0 comments on commit bf13dbf

Please sign in to comment.