Skip to content

Commit eae3639

Browse files
committed
2 parents 6733983 + e166179 commit eae3639

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
A Rust library for cross-platform event monitoring and callback-based notifications. Monitor file system changes, process events, system resource usage, network changes, and power events with simple, intuitive APIs.
44

5+
> [!CAUTION]
6+
> This library is not fully stable or tested on all platforms. Use with caution and file an issue if you find bugs!
7+
58
[![Crates.io](https://img.shields.io/crates/v/tell_me_when.svg)](https://crates.io/crates/tell_me_when)
69
[![Documentation](https://docs.rs/tell_me_when/badge.svg)](https://docs.rs/tell_me_when)
710
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -364,9 +367,3 @@ The library is designed to be easily extensible. To add new event types:
364367
## License
365368

366369
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
367-
368-
## Acknowledgments
369-
370-
- Built with Rust's powerful type system and async/await
371-
- Inspired by various file watching and system monitoring libraries
372-
- Cross-platform compatibility through careful API abstraction

0 commit comments

Comments
 (0)