Skip to content

Commit 10b531e

Browse files
crapStoneenarxbot
authored andcommitted
generate README
1 parent 5abe191 commit 10b531e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ciborium/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ Ciborium contains CBOR serialization and deserialization implementations for ser
1111

1212
## Quick Start
1313

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
1616
the main functions. Note that byte slices are also readers and writers and can be
1717
passed to these functions just as streams can.
1818

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).
2020

2121
## Design Decisions
2222

0 commit comments

Comments
 (0)