SYMBOL INDEX (56 symbols across 8 files) FILE: assets/scripts.js constant GLOBAL_TABLE_DATA (line 3) | let GLOBAL_TABLE_DATA; function navurl (line 5) | function navurl(url) { function qs (line 9) | function qs(divs) { function debounce (line 13) | function debounce(func, wait) { function check_if_tbody_is_empty (line 25) | function check_if_tbody_is_empty() { function extractTableData (line 33) | function extractTableData() { function workerSearch (line 44) | function workerSearch() { function marshall_search (line 84) | function marshall_search(query, rowMatrix) { function displaySearchResults (line 108) | function displaySearchResults(indexes, searchTerm, limit = Infinity) { function cleanupSearchResults (line 164) | function cleanupSearchResults() { function search (line 180) | function search(query, resultLimit) { function navigateToParentDirectory (line 221) | function navigateToParentDirectory() { function extractPaths (line 240) | function extractPaths(url) { function spawnTooltip (line 246) | function spawnTooltip(source, templateFn) { function path_selector_generator (line 270) | function path_selector_generator() { function file_dir_manifest (line 289) | function file_dir_manifest() { FILE: build.rs function main (line 9) | fn main() { function generate_random_string (line 49) | fn generate_random_string(length: u16) -> String { FILE: src/lib/errors.rs type AppErrorInternal (line 2) | pub enum AppErrorInternal { method from (line 10) | fn from(inner: std::net::AddrParseError) -> Self { method from (line 16) | fn from(inner: hyper::Error) -> Self { type AppErrorExternal (line 36) | pub enum AppErrorExternal { method from (line 62) | fn from(inner: std::io::Error) -> Self { method from (line 68) | fn from(inner: askama::Error) -> Self { method from (line 74) | fn from(inner: axum::http::Error) -> Self { method into_response (line 45) | fn into_response(self) -> Response { FILE: src/lib/fs_interaction.rs type DirEntry (line 12) | pub struct DirEntry { function list_dir_contents (line 20) | pub async fn list_dir_contents(dir: &Path) -> Result, AppE... function serve_file (line 49) | pub async fn serve_file(path: &PathBuf) -> Result { FILE: src/lib/helper.rs function format_file_size_pretty (line 3) | pub fn format_file_size_pretty(size: Option) -> Option { function get_public_ip (line 32) | pub async fn get_public_ip() -> Result { FILE: src/lib/parse_cli_args.rs type Args (line 6) | pub struct Args { function parse_args (line 10) | pub fn parse_args() -> Result { FILE: src/lib/request_handler.rs type ResponseWrapper (line 16) | pub enum ResponseWrapper { method into_response (line 23) | fn into_response(self) -> Response { function handle_root_path (line 36) | pub async fn handle_root_path(app_state: Extension>) -> Re... function handle_path (line 42) | pub async fn handle_path(Path(path): Path, app_state: Extension<... function build_dir_page (line 72) | pub async fn build_dir_page(title_name: &Option, root_path: &std... type DirectoryTemplate (line 84) | pub struct DirectoryTemplate<'a> { function build_template (line 92) | pub async fn build_template(title_name: &Option, entries: &[DirE... method display_modified_raw (line 122) | pub fn display_modified_raw(&self) -> String { method display_size_raw (line 128) | pub fn display_size_raw(&self) -> String { method icon_picker (line 134) | pub fn icon_picker(&self) -> &str { method format_file_size (line 169) | pub fn format_file_size(&self) -> String { method format_time_ago (line 180) | pub fn format_time_ago(&self) -> String { function serve_raster_spritesheet (line 239) | pub async fn serve_raster_spritesheet() -> Result Result Result Result { function serve_js (line 281) | pub async fn serve_js() -> Result { type AboutTemplate (line 293) | pub struct AboutTemplate<'a> { function build_about (line 296) | pub async fn build_about() -> Result, AppErrorExternal> { FILE: src/main.rs constant VERSION (line 24) | const VERSION: &str = env!("CARGO_PKG_VERSION"); function main (line 28) | async fn main() { type AppState (line 41) | pub struct AppState { function init (line 47) | async fn init() -> Result<(), AppErrorInternal> {