Skip to content

Commit 2b04902

Browse files
committed
fixed readme
1 parent befb646 commit 2b04902

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
Easy and flexible way of encoding and decoding data into either strings or bytes.
99

10-
This crate provides generic traits for [`Encoder`]s and [`Decoder`]s as well as several
10+
This crate provides generic traits for `Encoder`s and `Decoder`s as well as several
1111
implementations for commonly used (de)serializer crates.
12-
12+
1313
This makes it easily possible to abstract away the serialization and deserialization independent
1414
of the concrete crate used. You can write a function like this:
1515

0 commit comments

Comments
 (0)