Skip to content

Commit

Permalink
generate README
Browse files Browse the repository at this point in the history
  • Loading branch information
crapStone authored and enarxbot committed Nov 27, 2021
1 parent 5abe191 commit 10b531e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ciborium/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Ciborium contains CBOR serialization and deserialization implementations for ser

## Quick Start

You're probably looking for [`de::from_reader()`](crate::de::from_reader)
and [`ser::into_writer()`](crate::ser::into_writer), which are
You're probably looking for [`from_reader()`](crate::de::from_reader)
and [`into_writer()`](crate::ser::into_writer), which are
the main functions. Note that byte slices are also readers and writers and can be
passed to these functions just as streams can.

For dynamic CBOR value creation/inspection, see [`value::Value`](crate::value::Value).
For dynamic CBOR value creation/inspection, see [`Value`](crate::value::Value).

## Design Decisions

Expand Down

0 comments on commit 10b531e

Please sign in to comment.