diff options
author | iximeow <me@iximeow.net> | 2021-08-22 14:43:52 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-08-22 14:43:52 -0700 |
commit | 02aead5a03b165930748e6a835a7da0e29d9538e (patch) | |
tree | cd602ef6e397736467bb01a16db3c6b6984239de /src | |
parent | 83f07b4e70efc45b2495d66a58f5d6ff0e5b7221 (diff) |
document a bit of what yaxpeax-arch is all about, add README as crate docs
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ #![no_std] +#![doc = include_str!("../README.md")] use core::fmt::{self, Debug, Display}; use core::hash::Hash; |