Skip to content

Commit

Permalink
deprecate the new packet-codec crate
Browse files Browse the repository at this point in the history
  • Loading branch information
JieningYu committed Aug 11, 2024
1 parent fa02faf commit b31931b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/core/packet-codec/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
//! Traits for serialization and deserialization of packets.

#![deprecated = "migration to the `edcode` crate is recommended"]

use std::marker::PhantomData;

use bytes::{Buf, BufMut};
Expand Down

0 comments on commit b31931b

Please sign in to comment.