dirs-sys-rs icon indicating copy to clipboard operation
dirs-sys-rs copied to clipboard

system-level helper functions for the dirs and directories crates

Results 2 dirs-sys-rs issues
Sort by recently updated
recently updated
newest added

This avoids some manual slicing. Also fixes some clippy warnings.

- Updated to 2018 edition, though doesn't change much currently - Brings in `objc` on mac/ios side to use apple's APIs for acquiring various directories - This should fix systems...