File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ Ciborium contains CBOR serialization and deserialization implementations for ser
11
11
12
12
## Quick Start
13
13
14
- You're probably looking for [ ` de:: from_reader()` ] ( crate::de::from_reader )
15
- and [ ` ser:: into_writer()` ] ( crate::ser::into_writer ) , which are
14
+ You're probably looking for [ ` from_reader() ` ] ( crate::de::from_reader )
15
+ and [ ` into_writer() ` ] ( crate::ser::into_writer ) , which are
16
16
the main functions. Note that byte slices are also readers and writers and can be
17
17
passed to these functions just as streams can.
18
18
19
- For dynamic CBOR value creation/inspection, see [ ` value:: Value` ] ( crate::value::Value ) .
19
+ For dynamic CBOR value creation/inspection, see [ ` Value ` ] ( crate::value::Value ) .
20
20
21
21
## Design Decisions
22
22
You can’t perform that action at this time.
0 commit comments