Mercurial > minori
diff dep/animia/README.md @ 62:4c6dd5999b39
*: update
1. updated animia
2. use widestrings for filesystem on Windows
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Sun, 01 Oct 2023 06:16:06 -0400 |
parents | 6ff7aabeb9d7 |
children | 69db40272acd |
line wrap: on
line diff
--- a/dep/animia/README.md Fri Sep 29 15:52:31 2023 -0400 +++ b/dep/animia/README.md Sun Oct 01 06:16:06 2023 -0400 @@ -1,3 +1,5 @@ # Animia -Animia is a wrapper around Linux's `/proc` and BSD's system calls. -Its primary purpose is to provide a map of PIDs and a list of opened files to the user. \ No newline at end of file +Animia is a cross-platform library for getting a list of open read-only files from a PID (or, an entire list of open files, in an std::unordered_map). + +## Usage +Check the `test/` directory for a simple usage example.