awmp icon indicating copy to clipboard operation
awmp copied to clipboard

An easy to use wrapper around multipart fields for Actix web

Results 2 awmp issues
Sort by recently updated
recently updated
newest added

[dependencies] actix-web = "4.0.0-beta.10" thanks!

The dependency in Cargo.toml (v2 and v3) should ideally be: ```diff - actix-web = "3.0.2" + actix-web = { version = "3.0.2", default-features = false } ```