We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87765e commit 18f7a9cCopy full SHA for 18f7a9c
1 file changed
src/lib.rs
@@ -59,8 +59,8 @@
59
//! ## Custom Codecs
60
//!
61
//! If you don't find a suitable codecs for your needs, you can implement your own; it's straightforward!
62
-//! If you want to create a string codec, you can look at [`JsonSerdeCodec`] as a starting point.
63
-//! In case it's a binary codec, have a look at [`BincodeSerdeCodec`].
+//! If you want to create a string codec, you can look at [`string::JsonSerdeCodec`] as a starting point.
+//! In case it's a binary codec, have a look at [`binary::BincodeSerdeCodec`].
64
65
//! ## Versioning
66
0 commit comments