Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dduan/swift-system-extras

Swift System, battery included.
https://github.com/dduan/swift-system-extras

filesystem posix swift

Last synced: about 1 month ago
JSON representation

Swift System, battery included.

Awesome Lists containing this project

README

        

# System Extras

As a complimentary set of extensions to Swift System, this library lets you create/read/update/delete files, directories, symlinks, and permissions, all the while leveraging the familiar types from Swift Systems.
And yes, it all works on Windows!

## API Design Goals
1. Feel natural to use in conjunction to existing System APIs
2. Provide missing batteries from System
3. (Unlike System) prefer ergonomics over loyalty to native APIs
2. (Unlike System) strive for cross-platform APIs (as opposed to [multi-platform][])

[multi-platform]: https://github.com/apple/swift-system#multi-platform-not-cross-platform

## LICENSE

See [LICENSE](LICENSE.txt) for license information.