imag/libimagstorestdhook
Matthias Beyer 4257ec1026 Merge pull request #930 from matthiasbeyer/update-toml
Dependency: toml: 0.2.* -> 0.4.*
2017-05-03 21:19:06 +02:00
..
src Adapt git hooks to toml 0.4 2017-05-03 18:44:36 +02:00
Cargo.toml Merge pull request #930 from matthiasbeyer/update-toml 2017-05-03 21:19:06 +02:00
README.md Add TODOs about libimag{rt,store{,stdhook}} merge 2017-02-20 14:51:06 +01:00

README.md

libimagstorestdhook

The libimagstorestdhook is a library for default store hooks which are shipped with the imag store. Hooks are actions which can be performed before and after certain store actions, for example before a file is created, or after a file is removed.

Long-term TODO

  • Merge with libimagrt
  • Merge with libimagstorestdhook
  • Create Runtime-wide "Store meta data" storage in the Runtime, which can be set by users during the runtime of imag and then used by the hooks to get meta information about their own runtime.
  • Implement parallel store hook execution
  • Implement Non-Mutable store hook execution