Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 238 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 238 Bytes

Buffer

Installation

This package can be installed by adding :buffer to your list of dependencies in mix.exs:

def deps do
  [
    {:buffer, git: "https://github.com/coherentpath/buffer.git", tag: "0.1.0"}
  ]
end