diff --git a/actix_example/fn.get_full_path_runner.html b/actix_example/fn.get_full_path_runner.html index cc4c824..9da9376 100644 --- a/actix_example/fn.get_full_path_runner.html +++ b/actix_example/fn.get_full_path_runner.html @@ -1,5 +1,5 @@ actix_example::get_full_path_runner - Rust

Function actix_example::get_full_path_runner[][src]

pub(crate) fn get_full_path_runner(path: &str, files: &Files) -> bool
+ Change settings

Function actix_example::get_full_path_runner[][src]

pub(crate) fn get_full_path_runner(path: &str, files: &Files) -> bool
\ No newline at end of file diff --git a/cache_buster/all.html b/cache_buster/all.html index 293afaf..48f3919 100644 --- a/cache_buster/all.html +++ b/cache_buster/all.html @@ -3,5 +3,5 @@

List of all items[] -

Structs

Enums

+

Structs

Enums

\ No newline at end of file diff --git a/cache_buster/filemap/index.html b/cache_buster/filemap/index.html new file mode 100644 index 0000000..35bc695 --- /dev/null +++ b/cache_buster/filemap/index.html @@ -0,0 +1,6 @@ +cache_buster::filemap - Rust + +

Module cache_buster::filemap[][src]

Structs

+
Files
+ \ No newline at end of file diff --git a/cache_buster/map/sidebar-items.js b/cache_buster/filemap/sidebar-items.js similarity index 100% rename from cache_buster/map/sidebar-items.js rename to cache_buster/filemap/sidebar-items.js diff --git a/cache_buster/map/struct.Files.html b/cache_buster/filemap/struct.Files.html similarity index 54% rename from cache_buster/map/struct.Files.html rename to cache_buster/filemap/struct.Files.html index f85f597..dbab46a 100644 --- a/cache_buster/map/struct.Files.html +++ b/cache_buster/filemap/struct.Files.html @@ -1,19 +1,19 @@ -cache_buster::map::Files - Rust +cache_buster::filemap::Files - Rust -

Struct cache_buster::map::Files[][src]

pub struct Files {
+

Struct cache_buster::filemap::Files[][src]

pub struct Files {
     pub map: HashMap<String, String>,
     // some fields omitted
 }

- Fields

map: HashMap<String, String>

Implementations

impl Files[src]

pub fn new(base_dir: &str) -> Self[src]

pub fn get<'a>(&'a self, path: &'a str) -> Option<&'a str>[src]

pub fn get_full_path<'a>(&'a self, path: &'a str) -> Option<&'a String>[src]

pub fn add(&mut self, k: String, v: String) -> Result<(), &'static str>[src]

pub fn to_env(&self)[src]

pub fn load() -> Self[src]

Trait Implementations

impl Clone for Files[src]

Re-exports

-
pub use hash::BusterBuilder;
pub use map::Files;

Modules

-
hash
map
+
pub use processor::BusterBuilder;
pub use filemap::Files;

Modules

+
filemap
processor
\ No newline at end of file diff --git a/cache_buster/map/index.html b/cache_buster/map/index.html deleted file mode 100644 index 0a1c9aa..0000000 --- a/cache_buster/map/index.html +++ /dev/null @@ -1,6 +0,0 @@ -cache_buster::map - Rust - -

Module cache_buster::map[][src]

Structs

-
Files
- \ No newline at end of file diff --git a/cache_buster/hash/enum.BusterBuilderError.html b/cache_buster/processor/enum.BusterBuilderError.html similarity index 64% rename from cache_buster/hash/enum.BusterBuilderError.html rename to cache_buster/processor/enum.BusterBuilderError.html index 90d0c6b..f710e34 100644 --- a/cache_buster/hash/enum.BusterBuilderError.html +++ b/cache_buster/processor/enum.BusterBuilderError.html @@ -1,7 +1,7 @@ -cache_buster::hash::BusterBuilderError - Rust +cache_buster::processor::BusterBuilderError - Rust -

Enum cache_buster::hash::BusterBuilderError[][src]

#[non_exhaustive]pub enum BusterBuilderError {
+

Enum cache_buster::processor::BusterBuilderError[][src]

#[non_exhaustive]pub enum BusterBuilderError {
     UninitializedField(&'static str),
     ValidationError(String),
 }

Error type for BusterBuilder

@@ -9,15 +9,15 @@ Variants (Non-exhaustive)
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
UninitializedField(&'static str)

Uninitialized field

ValidationError(String)

Custom validation error

-

Trait Implementations

impl Debug for BusterBuilderError[src]

impl Display for BusterBuilderError[src]

impl Error for BusterBuilderError[src]

Trait Implementations

impl Debug for BusterBuilderError[src]

impl Display for BusterBuilderError[src]

impl Error for BusterBuilderError[src]

impl From<String> for BusterBuilderError[src]

impl From<UninitializedFieldError> for BusterBuilderError[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl From<String> for BusterBuilderError[src]

impl From<UninitializedFieldError> for BusterBuilderError[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]