spawn-std 0.1.0-alpha.1

Helper traits for spawning asynchronous tasks while letting the user choose the runtime.
Documentation
A-ci:
-  changed-files:
  - any-glob-to-any-file: .github/**

A-core:
-  changed-files:
  - any-glob-to-any-file: core/**

A-executor-impl:
-  changed-files:
  - any-glob-to-any-file: executors/**

A-async-std:
-  changed-files:
  - any-glob-to-any-file: executors/async-std/**
A-smol-1:
-  changed-files:
  - any-glob-to-any-file: executors/smol-1/**
A-smol-2:
-  changed-files:
  - any-glob-to-any-file: executors/smol-2/**
A-tokio:
-  changed-files:
  - any-glob-to-any-file: executors/tokio/**