-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(readme): update todo and add differences (tbd.)
- Loading branch information
Showing
2 changed files
with
26 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Differences between this and other implementations | ||
|
||
## How it started | ||
|
||
This project started because I wanted a nice cross-platform way of discovering typical data directories. | ||
|
||
The only feasible alternative I found is [`sago007/PlatformFolders`](https://github.com/sago007/PlatformFolders), | ||
but it's unmaintained for two years now and doesn't necessarily expose the API I'd like to be using. | ||
|
||
There's an awesome Rust crate [`dirs-dev/directories-rs`](https://github.com/dirs-dev/directories-rs) which very much | ||
would fit my needs, but it's.. Rust, not C++ - so I wrote this. | ||
|
||
## How it differs | ||
|
||
TBD. | ||
|
||
## Where it's going | ||
|
||
TBD. |