From 67a65b8b85bfa27c22e4421b4730b0ae75af028e Mon Sep 17 00:00:00 2001 From: iximeow Date: Fri, 21 Jan 2022 18:37:25 -0800 Subject: one last docs note and we're off --- src/lib.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 39cab9a..b8fe11c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -71,7 +71,9 @@ //! //! additionally, `yaxpeax-nd812` implements `yaxpeax-arch` traits for generic use, such as //! [`yaxpeax_arch::LengthedInstruction`]. [`yaxpeax_arch::Arch`] is implemented by -//! the unit struct [`ND812`]. +//! the unit struct [`ND812`]. `yaxpeax-nd812` does not decode from a `U8Reader`, like many other +//! decodes, but does decode from an `ND812Reader` that can be trivially constructed from a +//! `U8Reader`. //! //! ## `#![no_std]` //! -- cgit v1.1