imag/libimagstore/src
John Sirois 7f57e5e234 Move from a helper function to a typeclass.
This introduces the `FoldResut` trait to move from `func(receiver, ...)`
style to `receiver.func(...)` style. Also add a means to pass the
default result explicitly.
2016-07-14 07:28:54 -06:00
..
hook Move from a helper function to a typeclass. 2016-07-14 07:28:54 -06:00
configuration.rs Add configuration parsing/getter for denying of mutable hooks 2016-07-06 19:10:17 +02:00
error.rs Add error kind for storeid handling errors 2016-07-04 12:44:58 +02:00
lazyfile.rs lazyfile.rs: Replace error boxing and creation by call to new helper function 2016-06-27 18:00:12 +02:00
lib.rs libimagstore: Add dependency: libimagutil 2016-05-23 21:43:10 +02:00
store.rs Move from a helper function to a typeclass. 2016-07-14 07:28:54 -06:00
storeid.rs Fix Display impl for StoreId by using lossy string rep if PathBuf::to_str() fails 2016-07-05 13:47:58 +02:00