Rocket v0.3.9 Release Notes

Release Date: 2018-04-26 // about 6 years ago
  • Core

    • Core was updated for 2018-04-26 nightly.
    • Minimum required rustc is 1.27.0-nightly 2018-04-26.
    • Managed state retrieval cost was reduced to an unsynchronized HashMap lookup.

    Codegen

    • Codegen was updated for 2018-04-26 nightly.
    • Minimum required rustc is 1.27.0-nightly 2018-04-26.

    Contrib

    • A 512-byte buffer is preallocated when deserializing JSON, improving performance.

    📄 Docs

    • Fixed various typos in rustdocs and guide.