ArcReactor v0.1.7 released with async fileserving and multipart support. 🎉

Arc Reactor now works on stable rust by default. :tada:

  • Added support for async streaming multipart file uploads with tokio::fs,
  • Added support for async file serving with tokio::fs

check it out on github

feel free to create any issues, if you feel something is missing. :slight_smile:

1 Like

Sorry, this is super-pedantic of me, but why are all the function names in camelCase instead of snake_case?

1 Like

As someone who's spent considerable time writing php, js, java. CamelCasing is a habit that's very hard to drop.