Add README for embassy-sync

This commit is contained in:
Ulf Lilleengen
2022-08-23 13:54:40 +02:00
parent 7b97e52886
commit 06011f67b2
2 changed files with 13 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#![cfg_attr(not(any(feature = "std", feature = "wasm")), no_std)]
#![cfg_attr(feature = "nightly", feature(generic_associated_types, type_alias_impl_trait))]
#![allow(clippy::new_without_default)]
#![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.