README.md
# Resx
A resource management and processing library for Elixir
Installation
------------
```elixir
def deps do
[{ :resx, "~> 0.1.3" }]
end
```
Todo
----
- [X] Resource finalisation
- [X] Resource comparison
- [ ] MIME processing pipelines
- [X] Resource stores
- [X] File store
- [ ] Memory store?
- [X] 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
- [ ] Mixer (multiple resource transformation)