Explain how the simplifies your code.

Several new APIs were added to the stable standard library, including:

Vec::leak : Allows "leaking" a vector to obtain a mutable reference that lives for the remainder of the program's life.

: The output of RUST_BACKTRACE was made more readable and compact. Stabilised Library APIs