This repository has been archived on 2022-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
ludum-dare-50/rustdoc/app_dirs2/sidebar-items.js

1 line
1020 B
JavaScript

initSidebarItems({"enum":[["AppDataType","Enum specifying the type of app data you want to store."],["AppDirsError","Error type for any `app_dirs` operation."]],"fn":[["app_dir","Creates (if necessary) and returns path to app-specific data subdirectory for provided data type and subdirectory path."],["app_root","Creates (if necessary) and returns path to app-specific data directory for provided data type."],["data_root","Creates (if necessary) and returns path to top-level data directory for provided data type."],["get_app_dir","Returns (but does not create) path to app-specific data subdirectory for provided data type and subdirectory path."],["get_app_root","Returns (but does not create) path to app-specific data directory for provided data type."],["get_data_root","Returns (but does not create) path to top-level data directory for provided data type."],["sanitized","Returns a cross-platform-filename-safe version of any string."]],"struct":[["AppInfo","Struct that holds information about your app."]]});