Rouille, Rust web server middleware v0.3.0 Release Notes

    • Reworked POST input. You can now use the post_input! macro instead of creating a decodable struct.
    • ✂ Removed the input::session module and replaced it with the session module. Sessions no longer store data in a hashmap, but instead only provide a way to generate a unique ID per client.