File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ A `:queue` wrapper with improvements in API and addition of Protocol implementat
44
55## Protocols
66
7- ` Inspect ` and ` Enumerable ` are implemented, use queues with ` Enum ` !
7+ ` Inspect ` , ` Collectable ` and ` Enumerable ` are implemented,
8+ use Qex with ` IO.inspect ` and ` Enum ` functions!
89
910## Installation
1011
@@ -14,7 +15,7 @@ The package can be installed as:
1415
1516 ``` elixir
1617 def deps do
17- [{:qex , " ~> 0.2 " }]
18+ [{:qex , " ~> 0.3 " }]
1819 end
1920 ```
2021
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ defmodule Qex do
55
66 ## Protocols
77
8- `Inspect` and `Enumerable` are implemented
8+ `Inspect`, `Collectable` and `Enumerable` are implemented
99 """
1010
1111 @ opaque t :: % __MODULE__ { }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule Qex.Mixfile do
33
44 def project do
55 [ app: :qex ,
6- version: "0.2.1 " ,
6+ version: "0.3.0 " ,
77 elixir: "~> 1.3" ,
88 build_embedded: Mix . env == :prod ,
99 start_permanent: Mix . env == :prod ,
You can’t perform that action at this time.
0 commit comments