Crate hill_vacuum_shared

Source

Macros§

continue_if_err
Continues the loop if $value is Err. Otherwise it returns the contained value.
continue_if_no_match
Continues the loop if $value does not match $pattern. Otherwise it returns $f.
continue_if_none
Continues the loop if $value is None. Otherwise it returns the contained value.
iterate_slice_in_triplets
Iterates a slice in triplets.
match_or_panic
Panics if $value does not match $pattern. Otherwise it returns $f.
return_if_err
Ends the function call if $value is Err. Otherwise it returns the contained value.
return_if_no_match
Ends the function call if $value does not match $pattern. Otherwise it returns $f
return_if_none
Ends the function call if $value is None. Otherwise it returns the contained value.

Enums§

ManualItem

Constants§

FILE_EXTENSION
The file extension of the main HillVacuum file format.
TEXTURE_HEIGHT_RANGE
The range of the possible draw heights of a texture.

Traits§

NextValue
A trait for iterators to get the next value and immediately unwrap it.

Functions§

process_docs