From f15987b34a554ee7db1df643cebe8be9e0317e38 Mon Sep 17 00:00:00 2001 From: Geoffroy Couprie Date: Thu, 4 May 2017 21:31:37 +0200 Subject: initial commit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..3b6ab91 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Circular + +Circular is a stream abstraction designed for use with nom. It can expose the +available data, a mutable slice of the available space, and it separates +reading data from actually consuming it from the buffer. -- cgit