README.md

# Resx
A resource management and processing library for Elixir

Installation
------------

__Note:__ This library is still in development, there's no guarantee of backwards compatibility at this point in time whilst the planned features are introduced. After it reaches that point the version will be bumped to `0.1.0`.

```elixir
def deps do
    [{ :resx, "== 0.0.2" }]
end
```

Todo
----

- [ ] Resource finalisation
- [ ] Resource comparison
- [ ] MIME processing pipelines
- [X] Resource stores
- [X] File store
- [ ] Memory store?
- [ ] DateTime timestamp?
- [X] File sources
- [ ] Store hash in file sources
- [ ] Optionally load a file's meta/hash information
- [ ] Reduce amount of data sent with distributed file requests