Przeglądaj źródła

wip: workshop readme

Jonathan Kelley 4 lat temu
rodzic
commit
f5bead4f6e
1 zmienionych plików z 37 dodań i 0 usunięć
  1. 37 0
      README.md

+ 37 - 0
README.md

@@ -5,6 +5,43 @@
   </p>
 </div>
 
+<div align="center">
+  <!-- Crates version -->
+  <a href="https://crates.io/crates/async-imap">
+    <img src="https://img.shields.io/crates/v/async-imap.svg?style=flat-square"
+    alt="Crates.io version" />
+  </a>
+  <!-- Downloads -->
+  <a href="https://crates.io/crates/async-imap">
+    <img src="https://img.shields.io/crates/d/async-imap.svg?style=flat-square"
+      alt="Download" />
+  </a>
+  <!-- docs.rs docs -->
+  <a href="https://docs.rs/async-imap">
+    <img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square"
+      alt="docs.rs docs" />
+  </a>
+  <!-- CI -->
+  <a href="https://github.com/async-email/async-imap/actions">
+    <img src="https://github.com/async-email/async-imap/workflows/CI/badge.svg"
+      alt="CI status" />
+  </a>
+</div>
+
+<div align="center">
+  <h3>
+    <a href="https://docs.rs/async-imap">
+      API Docs
+    </a>
+    <span> | </span>
+    <a href="https://github.com/async-email/async-imap/releases">
+      Releases
+    </a>
+  </h3>
+</div>
+
+<br/>
+
 Dioxus is a portable, performant, and ergonomic framework for building cross-platform user experiences in Rust.
 
 ```rust