mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 09:31:34 +11:00
Add a comment explaining where the docs came from
This commit is contained in:
parent
447554c295
commit
e6fb67503b
|
@ -1,3 +1,5 @@
|
|||
//! A lot of the documentation for this module was copied straight out of the rust
|
||||
//! standard library. The implementation however is not.
|
||||
use alloc::vec::Vec;
|
||||
use core::{
|
||||
hash::{BuildHasher, BuildHasherDefault, Hash, Hasher},
|
||||
|
|
|
@ -152,7 +152,7 @@ mod memory_mapped;
|
|||
pub mod mgba;
|
||||
/// Implementation of fixnums for working with non-integer values.
|
||||
pub use agb_fixnum as fixnum;
|
||||
/// Contains an implementation of a hashmap which suits the gameboy advance's hardware
|
||||
/// Contains an implementation of a hashmap which suits the gameboy advance's hardware.
|
||||
pub mod hash_map;
|
||||
mod single;
|
||||
/// Implements sound output.
|
||||
|
|
Loading…
Reference in a new issue