Skip to content

Commit

Permalink
Fancy header
Browse files Browse the repository at this point in the history
Co-authored-by: BD103 <[email protected]>
  • Loading branch information
alice-i-cecile and BD103 authored Aug 29, 2024
1 parent c24cbfc commit e73ce17
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<div class="rustdoc-hidden">

# `atomicow`

</div>

A [`Cow`](https://doc.rust-lang.org/std/borrow/enum.Cow.html)-like data structure where owned data is stored inside an [`Arc`](https://doc.rust-lang.org/std/sync/struct.Arc.html).
Here's what it looks like:

Expand Down
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//! <style>
//! .rustdoc-hidden { display: none; }
//! </style>
#![doc = include_str!("../README.md")]

use std::{
Expand Down

0 comments on commit e73ce17

Please sign in to comment.