Skip to content

v0.1.0

Choose a tag to compare

@eholk eholk released this 10 Aug 23:35
· 31 commits to main since this release

We are pleased to announce the first release of StackFuture.
StackFuture is a wrapper around futures that allows you to store them in space provided by the caller.
It can be used to emulate async functions in dynamic trait objects without requiring heap allocation.
In some circumstances, this can provide a significant performance improvement.

What's Changed

  • Initial code export by @eholk in #1
  • Enable basic Rust CI support by @eholk in #2
  • Add miri CI job by @eholk in #3
  • Add description and repository fields to Cargo.toml by @eholk in #7

New Contributors

  • @eholk made their first contribution in #1

Full Changelog: https://github.com/microsoft/stackfuture/commits/v0.1.0