Twitter Feed: Post

Twitter Feed

@zkat__ ("tired but ❄️festive🎄 gay") retweeted:

@m_ou_se ("Mara Bos") replied to a tweet by @m_ou_se:

6. Fallible allocation.

Vec, String, VecDeque, HashMap and HashSet now have a .try_reserve() method. This method is similar to .reserve(), except it doesn't panic/abort when it was unable to allocate memory.

7/11