actix-web/actix-multipart
Aaron Hill 9d612f8cd0
Replace UnsafeCell with RefCell in PayloadRef
This ensures that a mistake in the usage of 'get_mut' will cause
a panic, not undefined behavior.
2019-07-09 21:13:22 -04:00
..
src Replace UnsafeCell with RefCell in PayloadRef 2019-07-09 21:13:22 -04:00
CHANGES.md Upgraded actix-web dependency and set default-features to false (#895) 2019-06-07 09:34:56 +06:00
Cargo.toml update deps 2019-06-16 22:10:22 +06:00
LICENSE-APACHE add license files 2019-06-01 17:25:29 +06:00
LICENSE-MIT add license files 2019-06-01 17:25:29 +06:00
README.md update readmes 2019-04-29 20:47:21 -07:00

README.md

Multipart support for actix web framework Build Status codecov crates.io Join the chat at https://gitter.im/actix/actix

Documentation & community resources