We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eab157 commit 7bf7824Copy full SHA for 7bf7824
README.md
@@ -1,5 +1,5 @@
1
<p align="center">
2
- <img src="logo.png" alt="intern-mint" width="350">
+ <img src="https://github.com/sweet-security/intern-mint/blob/5eab157452131b7bda044a95f349e660b3a44335/logo.png?raw=true" alt="intern-mint" width="350">
3
</p>
4
5
## TL;DR
src/lib.rs
@@ -1,3 +1,5 @@
+#![doc = include_str!("../README.md")]
+
pub mod borrow;
#[cfg(feature = "bstr")]
pub mod bstr;
0 commit comments