From 0b1b5fcff99ccf5bcd9689b3f90d2b1c7abaa61f Mon Sep 17 00:00:00 2001 From: Andrea Ciliberti Date: Wed, 3 Jan 2024 13:13:04 +0100 Subject: [PATCH] Change fs module docs --- ctru-rs/src/services/fs.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ctru-rs/src/services/fs.rs b/ctru-rs/src/services/fs.rs index c6cd78b..2979776 100644 --- a/ctru-rs/src/services/fs.rs +++ b/ctru-rs/src/services/fs.rs @@ -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;