From e9af84f199301846c805ae9e31dccd63965c5d97 Mon Sep 17 00:00:00 2001 From: rob-maron Date: Fri, 20 Sep 2024 13:19:08 +0000 Subject: [PATCH] deploy: 52e49d9a45440eaf768b104abc6437b11606682e --- src/tide_disco/lib.rs.html | 2 ++ tide_disco/fn.app_api_path.html | 2 +- tide_disco/fn.compose_settings.html | 6 +++--- tide_disco/fn.init_logging.html | 2 +- tide_disco/fn.org_data_path.html | 2 +- tide_disco/fn.wait_for_server.html | 2 +- tide_disco/index.html | 2 +- 7 files changed, 10 insertions(+), 8 deletions(-) diff --git a/src/tide_disco/lib.rs.html b/src/tide_disco/lib.rs.html index 43677db..d5dab11 100644 --- a/src/tide_disco/lib.rs.html +++ b/src/tide_disco/lib.rs.html @@ -702,6 +702,7 @@ 702 703 704 +705
// Copyright (c) 2022 Espresso Systems (espressosys.com)
 // This file is part of the tide-disco library.
 
@@ -1303,6 +1304,7 @@
 /// - A configuration file from the app
 /// - Command line arguments
 /// - Environment variables
+///
 /// Last one wins.
 ///
 /// Environment variables have a prefix of the given app_name in upper case with hyphens converted
diff --git a/tide_disco/fn.app_api_path.html b/tide_disco/fn.app_api_path.html
index df8a004..d9a70ae 100644
--- a/tide_disco/fn.app_api_path.html
+++ b/tide_disco/fn.app_api_path.html
@@ -1 +1 @@
-app_api_path in tide_disco - Rust

Function tide_disco::app_api_path

source ·
pub fn app_api_path(org_name: &str, app_name: &str) -> PathBuf
\ No newline at end of file +app_api_path in tide_disco - Rust

Function tide_disco::app_api_path

source ·
pub fn app_api_path(org_name: &str, app_name: &str) -> PathBuf
\ No newline at end of file diff --git a/tide_disco/fn.compose_settings.html b/tide_disco/fn.compose_settings.html index 52f0cd8..53728ca 100644 --- a/tide_disco/fn.compose_settings.html +++ b/tide_disco/fn.compose_settings.html @@ -1,4 +1,4 @@ -compose_settings in tide_disco - Rust

Function tide_disco::compose_settings

source ·
pub fn compose_settings<Args: CommandFactory>(
+compose_settings in tide_disco - Rust

Function tide_disco::compose_settings

source ·
pub fn compose_settings<Args: CommandFactory>(
     org_name: &str,
     app_name: &str,
     app_defaults: &[(&str, &str)],
@@ -9,9 +9,9 @@
 
  • Defaults passed from the app
  • A configuration file from the app
  • Command line arguments
  • -
  • Environment variables -Last one wins.
  • +
  • Environment variables
  • +

    Last one wins.

    Environment variables have a prefix of the given app_name in upper case with hyphens converted to underscores. Hyphens are illegal in environment variables in bash, et.al..

    \ No newline at end of file diff --git a/tide_disco/fn.init_logging.html b/tide_disco/fn.init_logging.html index 9b54056..1232c03 100644 --- a/tide_disco/fn.init_logging.html +++ b/tide_disco/fn.init_logging.html @@ -1 +1 @@ -init_logging in tide_disco - Rust

    Function tide_disco::init_logging

    source ·
    pub fn init_logging(want_color: bool)
    \ No newline at end of file +init_logging in tide_disco - Rust

    Function tide_disco::init_logging

    source ·
    pub fn init_logging(want_color: bool)
    \ No newline at end of file diff --git a/tide_disco/fn.org_data_path.html b/tide_disco/fn.org_data_path.html index 0332cbc..123c16a 100644 --- a/tide_disco/fn.org_data_path.html +++ b/tide_disco/fn.org_data_path.html @@ -1 +1 @@ -org_data_path in tide_disco - Rust

    Function tide_disco::org_data_path

    source ·
    pub fn org_data_path(org_name: &str) -> PathBuf
    \ No newline at end of file +org_data_path in tide_disco - Rust

    Function tide_disco::org_data_path

    source ·
    pub fn org_data_path(org_name: &str) -> PathBuf
    \ No newline at end of file diff --git a/tide_disco/fn.wait_for_server.html b/tide_disco/fn.wait_for_server.html index 16a8885..1372d12 100644 --- a/tide_disco/fn.wait_for_server.html +++ b/tide_disco/fn.wait_for_server.html @@ -1,4 +1,4 @@ -wait_for_server in tide_disco - Rust

    Function tide_disco::wait_for_server

    source ·
    pub async fn wait_for_server(url: &Url, retries: u64, sleep_ms: u64)
    Expand description

    Wait for the server to respond to a connection request

    +wait_for_server in tide_disco - Rust

    Function tide_disco::wait_for_server

    source ·
    pub async fn wait_for_server(url: &Url, retries: u64, sleep_ms: u64)
    Expand description

    Wait for the server to respond to a connection request

    This is useful for tests for which it doesn’t make sense to send requests until the server has started.

    \ No newline at end of file diff --git a/tide_disco/index.html b/tide_disco/index.html index 308a318..aab3265 100644 --- a/tide_disco/index.html +++ b/tide_disco/index.html @@ -1,4 +1,4 @@ -tide_disco - Rust

    Crate tide_disco

    source ·
    Expand description

    Tide Disco is a web server framework with built-in discoverability support for +tide_disco - Rust

    Crate tide_disco

    source ·
    Expand description

    Tide Disco is a web server framework with built-in discoverability support for Tide

    §Overview

    We say a system is discoverable if guesses and mistakes regarding usage are rewarded with