tomaka / rouille

Web framework in Rust
Apache License 2.0
1.09k stars 105 forks source link

Parse arbitrary types in forms #228

Open bestouff opened 4 years ago

bestouff commented 4 years ago

If I want to be able to parse, say, std::net::Ipv4Addr I would have to:

How could I parse my own types ?