X-Git-Url: https://code.octet-stream.net/m17rt/blobdiff_plain/1f1869d3e36f7192892fad069ef159faba208ccd..2c7d53c113f4e19f24c928b2c5eca1c3f6f799af:/m17core/src/reflector/mod.rs diff --git a/m17core/src/reflector/mod.rs b/m17core/src/reflector/mod.rs new file mode 100644 index 0000000..057bae0 --- /dev/null +++ b/m17core/src/reflector/mod.rs @@ -0,0 +1,5 @@ +// Based on https://github.com/n7tae/mrefd/blob/master/Packet-Description.md +// and the main M17 specification + +pub mod convert; +pub mod packet;