Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed Feb 19, 2019
1 parent ba811ac commit 176b771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# Binary Codable

Binary Codable provides Swift Codable-like interfaces for converting types into and from binary representations.
Binary Codable provides Swift Codable-like interfaces for converting types to and from binary representations.

Binary Codable is optimized for reading and writing blocks of binary data as a stream of bytes. This makes Binary Codable useful for network protocols, binary file formats, and other forms of tightly-packed binary information.

Expand Down

0 comments on commit 176b771

Please sign in to comment.