We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f42fcbb commit cc301cfCopy full SHA for cc301cf
1 file changed
src/combinators/mod.rs
@@ -34,15 +34,15 @@
34
//! | [`Iter`] | Encodes an iterator of encodables as a sequence. |
35
#![cfg_attr(
36
feature = "alloc",
37
- doc = r#"## alloc encodables (requires `alloc` feature)
+ doc = r"## alloc encodables (requires `alloc` feature)
38
39
| Type| Description |
40
|-------------|-------------------------------------------------------------------|
41
| [`Vec<u8>`] | Encodes a vector of bytes |
42
| [`String`] | Encodes a string as a UTF-8 byte sequence |
43
| [`CString`](std::ffi::CString) | Encodes a string as a byte sequence with a null terminator (`\0`) |
44
| [`Box`] | Encodes a boxed value |
45
-"#
+"
46
)]
47
48
mod be;
0 commit comments