Download Latest Version v1.13.1 source code.tar.gz (207.7 kB)
Email in envelope

Get an email when there's a new version of async-std

Home / v1.11.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2022-03-22 3.5 kB
v1.11.0 source code.tar.gz 2022-03-22 206.2 kB
v1.11.0 source code.zip 2022-03-22 373.4 kB
Totals: 3 Items   583.2 kB 0

This release improves compile times by up to 55% on initial builds, and up to 75% on recompilation. Additionally we've added a few new APIs and made some tweaks.

Added

  • TcpListener::into_incoming to convert a TcpListener into a stream of incoming TCP connections

Removed

  • The internal extension_trait macro had been removed. This drastically improves compile times for async-std, but changes the way our documentation is rendered. This is a cosmetic change only, and all existing code should continue to work as it did be fore.

Changed

  • Some internal code has been de-macro-ified, making for quicker compile times.
  • We now use the default recursion limit.

Docs

  • Several docs improvements / fixes.
Source: README.md, updated 2022-03-22