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 9db40e9 commit 60bc0a3Copy full SHA for 60bc0a3
1 file changed
src/lib.rs
@@ -47,9 +47,9 @@
47
//!
48
//! #### Adapters
49
50
-//! - [`Base64`] —
+//! - [`string::Base64`] —
51
//! Wraps a binary codec and make it a string codec by representing the binary data as a base64 string.
52
-//! - [`OptionCodec`] —
+//! - [`string::OptionCodec`] —
53
//! Wraps a string codec that encodes `T` to create a codec that encodes `Option<T>`.
54
55
//! ### Binary Codecs
0 commit comments