From 176b7718796104ad22447b4ec86b9e09cb66d8af Mon Sep 17 00:00:00 2001 From: featherless Date: Tue, 19 Feb 2019 07:09:30 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 173f8c7..58aaaf6 100644 --- a/README.md +++ b/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.