We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent befb646 commit 2b04902Copy full SHA for 2b04902
1 file changed
README.md
@@ -7,9 +7,9 @@
7
8
Easy and flexible way of encoding and decoding data into either strings or bytes.
9
10
-This crate provides generic traits for [`Encoder`]s and [`Decoder`]s as well as several
+This crate provides generic traits for `Encoder`s and `Decoder`s as well as several
11
implementations for commonly used (de)serializer crates.
12
-
+
13
This makes it easily possible to abstract away the serialization and deserialization independent
14
of the concrete crate used. You can write a function like this:
15
0 commit comments