kilork/actix-web-static-files

Build dependency on actix-web is not required

kilork opened this issue · 1 comments

There is no real need to depend on actix-web to just collect static files.

We need to split this to build and dev parts to allow build less dependencies. This is especially useful for typical setup, when we have crate which supposed to collect resources and other crate, which is doing presentation using actix-web.

Another outcome here is the possibility to support other than actix-web frameworks.

Checklist:

Issues:

We now have https://github.com/static-files-rs/static-files, next steps would be to switch implementation to this crate.