diff --git a/CODE_OF_CONDUCT/index.html b/CODE_OF_CONDUCT/index.html index 33d8da3c..156802a0 100644 --- a/CODE_OF_CONDUCT/index.html +++ b/CODE_OF_CONDUCT/index.html @@ -1219,11 +1219,11 @@

Attribution

Last update: - January 11, 2024 + January 12, 2024
Created: - January 11, 2024 + January 12, 2024
diff --git a/CONTRIBUTING/index.html b/CONTRIBUTING/index.html index 35e43e5f..817e8988 100644 --- a/CONTRIBUTING/index.html +++ b/CONTRIBUTING/index.html @@ -1024,11 +1024,11 @@

How to submit changes

Last update: - January 11, 2024 + January 12, 2024
Created: - January 11, 2024 + January 12, 2024
diff --git a/LICENSE/index.html b/LICENSE/index.html index 7d435c04..c5b911b7 100644 --- a/LICENSE/index.html +++ b/LICENSE/index.html @@ -883,11 +883,11 @@

LICENSE

Last update: - January 11, 2024 + January 12, 2024
Created: - January 11, 2024 + January 12, 2024
diff --git a/index.html b/index.html index bd7bef46..a736c6ed 100644 --- a/index.html +++ b/index.html @@ -1086,7 +1086,7 @@

Rust

# Cargo.toml
 
 [dependencies]
-bitbazaar = "0.0.15"
+bitbazaar = "0.0.16"
 

Usage

Please see the documentation for details.

@@ -1105,11 +1105,11 @@

Issues

Last update: - January 11, 2024 + January 12, 2024
Created: - January 11, 2024 + January 12, 2024
diff --git a/js_ref/functions/color.createSteppedScale.html b/js_ref/functions/color.createSteppedScale.html index 230f2772..c083bac7 100644 --- a/js_ref/functions/color.createSteppedScale.html +++ b/js_ref/functions/color.createSteppedScale.html @@ -1,3 +1,3 @@ createSteppedScale | bitbazaar

Function createSteppedScale

  • Creates a scale around an input color with the requested number of steps. E.g. 5 steps requested, it will go: darker1, darker2, input, lighter1, lighter2.

    -

    Parameters

    • __namedParameters: SteppedScaleProps

    Returns string[]

Generated using TypeDoc

\ No newline at end of file +

Parameters

Returns string[]

Generated using TypeDoc

\ No newline at end of file diff --git a/js_ref/functions/index.hello.html b/js_ref/functions/index.hello.html index 3f737549..7bcc48dd 100644 --- a/js_ref/functions/index.hello.html +++ b/js_ref/functions/index.hello.html @@ -1 +1 @@ -hello | bitbazaar

Function hello

  • Returns string

Generated using TypeDoc

\ No newline at end of file +hello | bitbazaar

Function hello

  • Returns string

Generated using TypeDoc

\ No newline at end of file diff --git a/js_ref/functions/utils.add.html b/js_ref/functions/utils.add.html index 8986dd3a..2b553353 100644 --- a/js_ref/functions/utils.add.html +++ b/js_ref/functions/utils.add.html @@ -1 +1 @@ -add | bitbazaar

Function add

  • Parameters

    • a: number
    • b: number

    Returns number

Generated using TypeDoc

\ No newline at end of file +add | bitbazaar

Function add

  • Parameters

    • a: number
    • b: number

    Returns number

Generated using TypeDoc

\ No newline at end of file diff --git a/js_ref/functions/utils.assertNever.html b/js_ref/functions/utils.assertNever.html index 1a5c9786..62a7773d 100644 --- a/js_ref/functions/utils.assertNever.html +++ b/js_ref/functions/utils.assertNever.html @@ -1,2 +1,2 @@ assertNever | bitbazaar

Function assertNever

  • Placed in switch default, enforces compiler to check all cases in a switch are matched and this is never reached:

    -

    Parameters

    • neverVal: never

    Returns never

Generated using TypeDoc

\ No newline at end of file +

Parameters

Returns never

Generated using TypeDoc

\ No newline at end of file diff --git a/js_ref/functions/utils.genPath.html b/js_ref/functions/utils.genPath.html index b60bf047..7538c868 100644 --- a/js_ref/functions/utils.genPath.html +++ b/js_ref/functions/utils.genPath.html @@ -1,3 +1,3 @@ genPath | bitbazaar

Function genPath

  • Helper to make all paths safe, can specify if should start or end with a slash. Works with filepaths and urls, with dynamic defaults depending on what comes in.

    -

    Parameters

    • path: string
    • __namedParameters: {
          eSlash?: boolean;
          extra?: string[];
          sShlash?: boolean;
      } = {}
      • Optional eSlash?: boolean
      • Optional extra?: string[]
      • Optional sShlash?: boolean

    Returns string

Generated using TypeDoc

\ No newline at end of file +

Parameters

Returns string

Generated using TypeDoc

\ No newline at end of file diff --git a/js_ref/functions/vite.createConfig.html b/js_ref/functions/vite.createConfig.html index 5b847a16..87b48f47 100644 --- a/js_ref/functions/vite.createConfig.html +++ b/js_ref/functions/vite.createConfig.html @@ -14,4 +14,4 @@
  • Vite will process it further
  • The final minified index.html will be added to the assets folder, where it should be the root of a static site, or server manually from a backend server.
  • -

    Parameters

    Returns UserConfig

    Generated using TypeDoc

    \ No newline at end of file +

    Parameters

    Returns UserConfig

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js_ref/functions/wouter.route.html b/js_ref/functions/wouter.route.html index 50174605..9fae10c6 100644 --- a/js_ref/functions/wouter.route.html +++ b/js_ref/functions/wouter.route.html @@ -1,2 +1,2 @@ route | bitbazaar

    Function route

    Generated using TypeDoc

    \ No newline at end of file +

    Type Parameters

    Parameters

    Returns InnerRouteConfig_T<RouteParamsOutput_T<Params>>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js_ref/functions/wouter.routeParams.html b/js_ref/functions/wouter.routeParams.html index 77cb492f..cd6d6427 100644 --- a/js_ref/functions/wouter.routeParams.html +++ b/js_ref/functions/wouter.routeParams.html @@ -2,4 +2,4 @@

    Type Parameters

    Parameters

    Returns T

    Generated using TypeDoc

    \ No newline at end of file +

    Returns T

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js_ref/functions/wouter.routes.html b/js_ref/functions/wouter.routes.html index cbb84ad6..c312986e 100644 --- a/js_ref/functions/wouter.routes.html +++ b/js_ref/functions/wouter.routes.html @@ -1,4 +1,4 @@ routes | bitbazaar

    Function routes

    • The producer of wouter components and all the routes, with a fallback and param coercion.

      Type Parameters

      • const T extends Record<string, InnerRouteConfig_T<any>>

      Parameters

      • __namedParameters: {
            Comp404: ComponentType<{}>;
            routes: T;
        }
        • Comp404: ComponentType<{}>
        • routes: T

      Returns {
          paths: {
              [K in string | number | symbol]: T[K] extends InnerRouteConfig_T<X>
                  ? RouteConfig_T<X>
                  : never
          };
          switch: Element;
      }

      an object containing the wouter component and all the routes, should be wrapped in a . Render with routes.switch, build paths with routes.paths.home.build({foo: "bar"}), etc.

      -
      • paths: {
            [K in string | number | symbol]: T[K] extends InnerRouteConfig_T<X>
                ? RouteConfig_T<X>
                : never
        }
      • switch: Element

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js_ref/interfaces/vite.TopViteConfig.html b/js_ref/interfaces/vite.TopViteConfig.html index f8b789e6..c92f82bc 100644 --- a/js_ref/interfaces/vite.TopViteConfig.html +++ b/js_ref/interfaces/vite.TopViteConfig.html @@ -1,4 +1,4 @@ -TopViteConfig | bitbazaar

    Interface TopViteConfig

    Hierarchy

    • TopViteConfig

    Properties

    alias? +TopViteConfig | bitbazaar

    Interface TopViteConfig

    Hierarchy

    • TopViteConfig

    Properties

    alias? extraNonFrontendGlobs? favicon192PngPath favicon512PngPath @@ -19,17 +19,17 @@ }

    Or better yet, just use the tsconfig paths:
    import tsconfig from "./tsconfig.json";
    alias: tsconfig.compilerOptions.paths,
    -
    extraNonFrontendGlobs?: string[]

    Extra globs to exclude from traversal, can help with performance:

    -
    favicon192PngPath: string
    favicon512PngPath: string
    inspect?: boolean

    Include the inspect plugin, which allows you to see how vite is transforming code:

    -
    port: number
    proxy: ProxyConf

    Proxy rules to apply to the dev server (i.e. when it should forward requests to a backend)

    -
    sameDomStaticPath: string

    The os path to the files that will deployed to sameDomStaticUrl. +

    extraNonFrontendGlobs?: string[]

    Extra globs to exclude from traversal, can help with performance:

    +
    favicon192PngPath: string
    favicon512PngPath: string
    inspect?: boolean

    Include the inspect plugin, which allows you to see how vite is transforming code:

    +
    port: number
    proxy: ProxyConf

    Proxy rules to apply to the dev server (i.e. when it should forward requests to a backend)

    +
    sameDomStaticPath: string

    The os path to the files that will deployed to sameDomStaticUrl. Note if the static files are hosted on the same domain (i.e. not linking to a cdn, these can be the same as main static version) E.g. /.../~sds

    -
    sameDomStaticUrl: string

    The absolute url online that sameDomStaticPath files can be retrieved from +

    sameDomStaticUrl: string

    The absolute url online that sameDomStaticPath files can be retrieved from Note if the static files are hosted on the same domain (i.e. not linking to a cdn, these can be the same as main static version) E.g. https://example.com/~sds

    -
    serverFs?: FileSystemServeOptions
    siteDescription: string
    siteName: string
    staticPath: string

    The os path to the files that will deployed to staticUrl. +

    serverFs?: FileSystemServeOptions
    siteDescription: string
    siteName: string
    staticPath: string

    The os path to the files that will deployed to staticUrl. E.g. /.../static

    -
    staticUrl: string

    The absolute url online that staticPath files can be retrieved from +

    staticUrl: string

    The absolute url online that staticPath files can be retrieved from E.g. https://example.com/static

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js_ref/modules/color.html b/js_ref/modules/color.html index af0d4064..5e50d9d8 100644 --- a/js_ref/modules/color.html +++ b/js_ref/modules/color.html @@ -1,2 +1,2 @@ -color | bitbazaar

    Module color

    Index

    Functions

    createSteppedScale +color | bitbazaar

    Module color

    Index

    Functions

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js_ref/modules/index.html b/js_ref/modules/index.html index ee74b1a3..3108608c 100644 --- a/js_ref/modules/index.html +++ b/js_ref/modules/index.html @@ -1,2 +1,2 @@ -index | bitbazaar

    Module index

    Index

    Functions

    hello +index | bitbazaar

    Module index

    Index

    Functions

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js_ref/modules/utils.html b/js_ref/modules/utils.html index 1bdfe7d0..75e6745c 100644 --- a/js_ref/modules/utils.html +++ b/js_ref/modules/utils.html @@ -1,4 +1,4 @@ -utils | bitbazaar

    Module utils

    Index

    Variables

    areTestsRunning +utils | bitbazaar

    Module utils

    Index

    Variables

    Functions

    add assertNever genPath diff --git a/js_ref/modules/vite.html b/js_ref/modules/vite.html index 34c404d3..4832e203 100644 --- a/js_ref/modules/vite.html +++ b/js_ref/modules/vite.html @@ -1,3 +1,3 @@ -vite | bitbazaar

    Module vite

    Index

    Interfaces

    TopViteConfig +vite | bitbazaar

    Module vite

    Index

    Interfaces

    Functions

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js_ref/modules/wouter.html b/js_ref/modules/wouter.html index a902bb37..3ed6bfcb 100644 --- a/js_ref/modules/wouter.html +++ b/js_ref/modules/wouter.html @@ -1,4 +1,4 @@ -wouter | bitbazaar

    Module wouter

    Index

    Type Aliases

    RouteConfig_T +wouter | bitbazaar

    Module wouter

    Index

    Type Aliases

    Functions

    route routeParams diff --git a/js_ref/types/wouter.RouteConfig_T.html b/js_ref/types/wouter.RouteConfig_T.html index 11eff571..26159c40 100644 --- a/js_ref/types/wouter.RouteConfig_T.html +++ b/js_ref/types/wouter.RouteConfig_T.html @@ -1 +1 @@ -RouteConfig_T | bitbazaar

    Type alias RouteConfig_T<ParamsOutput>

    RouteConfig_T<ParamsOutput>: InnerRouteConfig_T<ParamsOutput> & {
        route: React.JSX.Element;
    }

    Type Parameters

    Type declaration

    • route: React.JSX.Element

    Generated using TypeDoc

    \ No newline at end of file +RouteConfig_T | bitbazaar

    Type alias RouteConfig_T<ParamsOutput>

    RouteConfig_T<ParamsOutput>: InnerRouteConfig_T<ParamsOutput> & {
        route: React.JSX.Element;
    }

    Type Parameters

    Type declaration

    • route: React.JSX.Element

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js_ref/types/wouter.RouteParamsOutput_T.html b/js_ref/types/wouter.RouteParamsOutput_T.html index 85626f97..624715e9 100644 --- a/js_ref/types/wouter.RouteParamsOutput_T.html +++ b/js_ref/types/wouter.RouteParamsOutput_T.html @@ -1 +1 @@ -RouteParamsOutput_T | bitbazaar

    Type alias RouteParamsOutput_T<Params>

    RouteParamsOutput_T<Params>: {
        [K in Params[number][0]]: Extract<Params[number], readonly [K, any]>[1] extends "int" | "float"
            ? number
            : Extract<Params[number], readonly [K, any]>[1] extends "boolean"
                ? boolean
                : Extract<Params[number], readonly [K, any]>[1] extends "string"
                    ? string
                    : never
    }

    Type Parameters

    • Params extends RouteParams_T

    Generated using TypeDoc

    \ No newline at end of file +RouteParamsOutput_T | bitbazaar

    Type alias RouteParamsOutput_T<Params>

    RouteParamsOutput_T<Params>: {
        [K in Params[number][0]]: Extract<Params[number], readonly [K, any]>[1] extends "int" | "float"
            ? number
            : Extract<Params[number], readonly [K, any]>[1] extends "boolean"
                ? boolean
                : Extract<Params[number], readonly [K, any]>[1] extends "string"
                    ? string
                    : never
    }

    Type Parameters

    • Params extends RouteParams_T

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js_ref/variables/utils.areTestsRunning.html b/js_ref/variables/utils.areTestsRunning.html index cde6189c..71f4c02c 100644 --- a/js_ref/variables/utils.areTestsRunning.html +++ b/js_ref/variables/utils.areTestsRunning.html @@ -1 +1 @@ -areTestsRunning | bitbazaar

    Variable areTestsRunningConst

    areTestsRunning: boolean = ...

    Generated using TypeDoc

    \ No newline at end of file +areTestsRunning | bitbazaar

    Variable areTestsRunningConst

    areTestsRunning: boolean = ...

    Generated using TypeDoc

    \ No newline at end of file diff --git a/py_ref/SUMMARY/index.html b/py_ref/SUMMARY/index.html index f1e1b88b..455138f9 100644 --- a/py_ref/SUMMARY/index.html +++ b/py_ref/SUMMARY/index.html @@ -857,11 +857,11 @@

    SUMMARY

    Last update: - January 11, 2024 + January 12, 2024
    Created: - January 11, 2024 + January 12, 2024
    diff --git a/py_ref/index.html b/py_ref/index.html index 1aa183eb..b03f253c 100644 --- a/py_ref/index.html +++ b/py_ref/index.html @@ -982,11 +982,11 @@

    Last update: - January 11, 2024 + January 12, 2024
    Created: - January 11, 2024 + January 12, 2024
    diff --git a/py_ref/utils/index.html b/py_ref/utils/index.html index c0b2b3a5..dcf65bd0 100644 --- a/py_ref/utils/index.html +++ b/py_ref/utils/index.html @@ -1088,11 +1088,11 @@

    Last update: - January 11, 2024 + January 12, 2024
    Created: - January 11, 2024 + January 12, 2024
    diff --git a/py_rust_ref/SUMMARY/index.html b/py_rust_ref/SUMMARY/index.html index 0fd5e07b..8c1afef3 100644 --- a/py_rust_ref/SUMMARY/index.html +++ b/py_rust_ref/SUMMARY/index.html @@ -857,11 +857,11 @@

    SUMMARY

    Last update: - January 11, 2024 + January 12, 2024
    Created: - January 11, 2024 + January 12, 2024
    diff --git a/py_rust_ref/index.html b/py_rust_ref/index.html index adceb6c9..e731c91a 100644 --- a/py_rust_ref/index.html +++ b/py_rust_ref/index.html @@ -980,11 +980,11 @@

    Last update: - January 11, 2024 + January 12, 2024
    Created: - January 11, 2024 + January 12, 2024
    diff --git a/py_rust_ref/utils/index.html b/py_rust_ref/utils/index.html index fa8a51f5..898a370b 100644 --- a/py_rust_ref/utils/index.html +++ b/py_rust_ref/utils/index.html @@ -1086,11 +1086,11 @@

    Last update: - January 11, 2024 + January 12, 2024
    Created: - January 11, 2024 + January 12, 2024
    diff --git a/rust_ref/debug/deps/anstream-2fb33d5d3ef47e33.d b/rust_ref/debug/deps/anstream-2fb33d5d3ef47e33.d new file mode 100644 index 00000000..894a6c39 --- /dev/null +++ b/rust_ref/debug/deps/anstream-2fb33d5d3ef47e33.d @@ -0,0 +1,14 @@ +/home/runner/work/bitbazaar/bitbazaar/./docs/rust_ref/debug/deps/libanstream-2fb33d5d3ef47e33.rmeta: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.7/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.7/src/adapter/mod.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.7/src/adapter/strip.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.7/src/adapter/wincon.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.7/src/stream.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.7/src/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.7/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.7/src/auto.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.7/src/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.7/src/strip.rs + +/home/runner/work/bitbazaar/bitbazaar/./docs/rust_ref/debug/deps/anstream-2fb33d5d3ef47e33.d: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.7/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.7/src/adapter/mod.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.7/src/adapter/strip.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.7/src/adapter/wincon.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.7/src/stream.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.7/src/buffer.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.7/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.7/src/auto.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.7/src/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.7/src/strip.rs + +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.7/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.7/src/adapter/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.7/src/adapter/strip.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.7/src/adapter/wincon.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.7/src/stream.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.7/src/buffer.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.7/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.7/src/auto.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.7/src/fmt.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.7/src/strip.rs: diff --git a/rust_ref/debug/deps/clap-ed8593af9427cd35.d b/rust_ref/debug/deps/clap-ed8593af9427cd35.d new file mode 100644 index 00000000..314db3b5 --- /dev/null +++ b/rust_ref/debug/deps/clap-ed8593af9427cd35.d @@ -0,0 +1,7 @@ +/home/runner/work/bitbazaar/bitbazaar/./docs/rust_ref/debug/deps/libclap-ed8593af9427cd35.rmeta: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.16/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.16/src/../examples/demo.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.16/src/../examples/demo.md + +/home/runner/work/bitbazaar/bitbazaar/./docs/rust_ref/debug/deps/clap-ed8593af9427cd35.d: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.16/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.16/src/../examples/demo.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.16/src/../examples/demo.md + +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.16/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.16/src/../examples/demo.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.16/src/../examples/demo.md: diff --git a/rust_ref/debug/deps/clap_builder-952f8665e924b2e4.d b/rust_ref/debug/deps/clap_builder-952f8665e924b2e4.d new file mode 100644 index 00000000..1fceab11 --- /dev/null +++ b/rust_ref/debug/deps/clap_builder-952f8665e924b2e4.d @@ -0,0 +1,58 @@ +/home/runner/work/bitbazaar/bitbazaar/./docs/rust_ref/debug/deps/libclap_builder-952f8665e924b2e4.rmeta: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/derive.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/mod.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/action.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/app_settings.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/arg.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/arg_group.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/arg_predicate.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/arg_settings.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/command.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/ext.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/os_str.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/possible_value.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/range.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/resettable.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/str.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/styled_str.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/value_hint.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/value_parser.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/debug_asserts.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/styling.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/error/mod.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/error/context.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/error/format.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/error/kind.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/arg_matcher.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/error.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/matches/mod.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/matches/arg_matches.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/matches/matched_arg.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/matches/value_source.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/parser.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/validator.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/features/mod.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/features/suggestions.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/mkeymap.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/output/mod.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/output/help.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/output/help_template.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/output/usage.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/output/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/output/textwrap/mod.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/output/textwrap/core.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/util/any_value.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/util/flat_map.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/util/flat_set.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/util/graph.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/util/id.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/util/str_to_bool.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/util/color.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/../README.md + +/home/runner/work/bitbazaar/bitbazaar/./docs/rust_ref/debug/deps/clap_builder-952f8665e924b2e4.d: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/lib.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/macros.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/derive.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/mod.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/action.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/app_settings.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/arg.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/arg_group.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/arg_predicate.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/arg_settings.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/command.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/ext.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/os_str.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/possible_value.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/range.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/resettable.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/str.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/styled_str.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/value_hint.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/value_parser.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/debug_asserts.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/styling.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/error/mod.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/error/context.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/error/format.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/error/kind.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/mod.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/arg_matcher.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/error.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/matches/mod.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/matches/arg_matches.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/matches/matched_arg.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/matches/value_source.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/parser.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/validator.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/features/mod.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/features/suggestions.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/mkeymap.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/output/mod.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/output/help.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/output/help_template.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/output/usage.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/output/fmt.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/output/textwrap/mod.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/output/textwrap/core.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/util/mod.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/util/any_value.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/util/flat_map.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/util/flat_set.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/util/graph.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/util/id.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/util/str_to_bool.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/util/color.rs /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/../README.md + +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/lib.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/macros.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/derive.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/action.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/app_settings.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/arg.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/arg_group.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/arg_predicate.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/arg_settings.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/command.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/ext.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/os_str.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/possible_value.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/range.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/resettable.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/str.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/styled_str.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/value_hint.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/value_parser.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/debug_asserts.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/builder/styling.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/error/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/error/context.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/error/format.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/error/kind.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/arg_matcher.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/error.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/matches/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/matches/arg_matches.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/matches/matched_arg.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/matches/value_source.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/parser.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/validator.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/features/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/parser/features/suggestions.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/mkeymap.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/output/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/output/help.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/output/help_template.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/output/usage.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/output/fmt.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/output/textwrap/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/output/textwrap/core.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/util/mod.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/util/any_value.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/util/flat_map.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/util/flat_set.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/util/graph.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/util/id.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/util/str_to_bool.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/util/color.rs: +/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.16/src/../README.md: diff --git a/rust_ref/debug/deps/libanstream-2fb33d5d3ef47e33.rmeta b/rust_ref/debug/deps/libanstream-2fb33d5d3ef47e33.rmeta new file mode 100644 index 00000000..0de9e57b Binary files /dev/null and b/rust_ref/debug/deps/libanstream-2fb33d5d3ef47e33.rmeta differ diff --git a/rust_ref/debug/deps/libclap-ed8593af9427cd35.rmeta b/rust_ref/debug/deps/libclap-ed8593af9427cd35.rmeta new file mode 100644 index 00000000..c056c39a Binary files /dev/null and b/rust_ref/debug/deps/libclap-ed8593af9427cd35.rmeta differ diff --git a/rust_ref/debug/deps/libclap_builder-952f8665e924b2e4.rmeta b/rust_ref/debug/deps/libclap_builder-952f8665e924b2e4.rmeta new file mode 100644 index 00000000..687e56d7 Binary files /dev/null and b/rust_ref/debug/deps/libclap_builder-952f8665e924b2e4.rmeta differ diff --git a/rust_ref/doc/bitbazaar/all.html b/rust_ref/doc/bitbazaar/all.html index cf0d10cf..fbbfaa2f 100644 --- a/rust_ref/doc/bitbazaar/all.html +++ b/rust_ref/doc/bitbazaar/all.html @@ -1 +1 @@ -List of all items in this crate
    \ No newline at end of file +List of all items in this crate
    \ No newline at end of file diff --git a/rust_ref/doc/bitbazaar/errors/index.html b/rust_ref/doc/bitbazaar/errors/index.html index 6641244f..67b72e5e 100644 --- a/rust_ref/doc/bitbazaar/errors/index.html +++ b/rust_ref/doc/bitbazaar/errors/index.html @@ -1,2 +1,2 @@ -bitbazaar::errors - Rust

    Module bitbazaar::errors

    source ·
    Expand description

    Error handling utilities.

    +bitbazaar::errors - Rust

    Module bitbazaar::errors

    source ·
    Expand description

    Error handling utilities.

    Type Aliases

    • An error type that can be created automatically from any other error, and stores the location the error was created.
    • A Result<T, E> wrapper shorthand for Result<T, TracedErr>.
    \ No newline at end of file diff --git a/rust_ref/doc/bitbazaar/errors/type.TracedErr.html b/rust_ref/doc/bitbazaar/errors/type.TracedErr.html index 5e394925..9edf46ca 100644 --- a/rust_ref/doc/bitbazaar/errors/type.TracedErr.html +++ b/rust_ref/doc/bitbazaar/errors/type.TracedErr.html @@ -1,4 +1,4 @@ -TracedErr in bitbazaar::errors - Rust

    Type Alias bitbazaar::errors::TracedErr

    source ·
    pub type TracedErr = TracedErrWrapper<Box<dyn Error + Send + 'static>>;
    Expand description

    An error type that can be created automatically from any other error, and stores the location the error was created.

    +TracedErr in bitbazaar::errors - Rust

    Type Alias bitbazaar::errors::TracedErr

    source ·
    pub type TracedErr = TracedErrWrapper<Box<dyn Error + Send + 'static>>;
    Expand description

    An error type that can be created automatically from any other error, and stores the location the error was created.

    Aliased Type§

    struct TracedErr {
         pub inner: Box<dyn Error + Send>,
         pub location: &'static Location<'static>,
    diff --git a/rust_ref/doc/bitbazaar/errors/type.TracedResult.html b/rust_ref/doc/bitbazaar/errors/type.TracedResult.html
    index 3cb5bf3b..1d1bfeba 100644
    --- a/rust_ref/doc/bitbazaar/errors/type.TracedResult.html
    +++ b/rust_ref/doc/bitbazaar/errors/type.TracedResult.html
    @@ -1,4 +1,4 @@
    -TracedResult in bitbazaar::errors - Rust

    Type Alias bitbazaar::errors::TracedResult

    source ·
    pub type TracedResult<T> = Result<T, TracedErr>;
    Expand description

    A Result<T, E> wrapper shorthand for Result<T, TracedErr>.

    +TracedResult in bitbazaar::errors - Rust

    Type Alias bitbazaar::errors::TracedResult

    source ·
    pub type TracedResult<T> = Result<T, TracedErr>;
    Expand description

    A Result<T, E> wrapper shorthand for Result<T, TracedErr>.

    Aliased Type§

    enum TracedResult<T> {
         Ok(T),
         Err(TracedErrWrapper<Box<dyn Error + Send>>),
    diff --git a/rust_ref/doc/bitbazaar/hash/fn.fnv1a.html b/rust_ref/doc/bitbazaar/hash/fn.fnv1a.html
    index 7e8ab7dc..ac76e582 100644
    --- a/rust_ref/doc/bitbazaar/hash/fn.fnv1a.html
    +++ b/rust_ref/doc/bitbazaar/hash/fn.fnv1a.html
    @@ -1,3 +1,3 @@
    -fnv1a in bitbazaar::hash - Rust

    Function bitbazaar::hash::fnv1a

    source ·
    pub fn fnv1a(input: &[u8]) -> u64
    Expand description

    FNV1a hash function. Note this is completely insecure, and should not be used for secure hashing. +fnv1a in bitbazaar::hash - Rust

    Function bitbazaar::hash::fnv1a

    source ·
    pub fn fnv1a(input: &[u8]) -> u64
    Expand description

    FNV1a hash function. Note this is completely insecure, and should not be used for secure hashing. It should be used when speed is needed, and the hash does not need to be secure.

    \ No newline at end of file diff --git a/rust_ref/doc/bitbazaar/hash/index.html b/rust_ref/doc/bitbazaar/hash/index.html index c8d71553..134a48b3 100644 --- a/rust_ref/doc/bitbazaar/hash/index.html +++ b/rust_ref/doc/bitbazaar/hash/index.html @@ -1,3 +1,3 @@ -bitbazaar::hash - Rust

    Module bitbazaar::hash

    source ·
    Expand description

    Hashing utilities.

    +bitbazaar::hash - Rust

    Module bitbazaar::hash

    source ·
    Expand description

    Hashing utilities.

    Functions

    • FNV1a hash function. Note this is completely insecure, and should not be used for secure hashing. It should be used when speed is needed, and the hash does not need to be secure.
    \ No newline at end of file diff --git a/rust_ref/doc/bitbazaar/index.html b/rust_ref/doc/bitbazaar/index.html index 9280540f..b2326057 100644 --- a/rust_ref/doc/bitbazaar/index.html +++ b/rust_ref/doc/bitbazaar/index.html @@ -1,4 +1,4 @@ -bitbazaar - Rust