inline docs in agb crate

This commit is contained in:
Corwin 2022-08-02 18:49:00 +01:00
parent 0658895eb6
commit 46c5dcd2de

View file

@ -162,6 +162,7 @@ mod memory_mapped;
/// Implements logging to the mgba emulator.
pub mod mgba;
/// Implementation of fixnums for working with non-integer values.
#[doc(inline)]
pub use agb_fixnum as fixnum;
/// Contains an implementation of a hashmap which suits the gameboy advance's hardware.
pub mod hash_map;