Implement generated packet wire codecs (#47)
Some checks failed
Native code generation / deterministic (push) Successful in 4m29s
Imaging and meshing gate / native (push) Failing after 16s
JPEG 2000 feature / linux (push) Failing after 59s
Skia feature / linux (push) Failing after 1m37s

This commit is contained in:
2026-08-09 08:16:32 +00:00
parent 5bc22bdd83
commit 74801c3488
16 changed files with 87505 additions and 25470 deletions

View File

@@ -2,10 +2,13 @@
extern crate self as libremetaverse;
mod bit_pack;
mod generated;
mod j2k;
mod message_codec;
#[rustfmt::skip]
pub mod packet_catalog;
mod packet_wire;
mod targa;
#[cfg(test)]