Add README for embassy-futures

This commit is contained in:
Ulf Lilleengen
2022-08-23 14:05:17 +02:00
parent 189d4137cc
commit b6bc627b24
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#![no_std]
#![doc = include_str!("../../README.md")]
#![doc = include_str!("../README.md")]
#![warn(missing_docs)]
// This mod MUST go first, so that the others see its macros.