Description
I would like Lodestone Core to respond in real time when a config file is changed. Develop a crate that implements the following functionalities:
- A wrapper type above any
Serde type that syncs any write to the inner type to the file, return failure if failed to write
- Emit notification when the underlying file is changed; the creator of the type should be able to hook into this with an async function