Skip to content

Commit 7bf7824

Browse files
committed
add readme for cargo docs
1 parent 5eab157 commit 7bf7824

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="logo.png" alt="intern-mint" width="350">
2+
<img src="https://github.com/sweet-security/intern-mint/blob/5eab157452131b7bda044a95f349e660b3a44335/logo.png?raw=true" alt="intern-mint" width="350">
33
</p>
44

55
## TL;DR

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![doc = include_str!("../README.md")]
2+
13
pub mod borrow;
24
#[cfg(feature = "bstr")]
35
pub mod bstr;

0 commit comments

Comments
 (0)