Browse Source

Change fs module docs

pull/150/head
Andrea Ciliberti 12 months ago
parent
commit
0b1b5fcff9
  1. 4
      ctru-rs/src/services/fs.rs

4
ctru-rs/src/services/fs.rs

@ -1,8 +1,6 @@ @@ -1,8 +1,6 @@
//! FileSystem service.
//!
//! This module contains basic methods to manipulate the contents of the 3DS's filesystem.
//! Only the SD card is currently supported. You should prefer using `std::fs`.
// TODO: Refactor service to accomodate for various changes (such as SMDH support). Properly document the public API.
//! Currently, this module contains only datatypes to easily operate with unsafe [`ctru_sys`] code regarding the file-system functionality.
#![doc(alias = "filesystem")]
use bitflags::bitflags;

Loading…
Cancel
Save