Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justin/jww-standard-lib
A set of protocols and types I use in all of my projects.
https://github.com/justin/jww-standard-lib
Last synced: about 1 month ago
JSON representation
A set of protocols and types I use in all of my projects.
- Host: GitHub
- URL: https://github.com/justin/jww-standard-lib
- Owner: justin
- License: mit
- Created: 2019-07-31T23:02:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-27T18:21:32.000Z (about 1 month ago)
- Last Synced: 2024-11-27T18:34:23.593Z (about 1 month ago)
- Language: Swift
- Size: 51.8 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# JWW Standard Library
A set of protocols and types I use in all of my projects.
## Contents
* **NotificationToken**: A wrapper around observing `Notification` objects that automatically removes the observer upon `deinit`.
* **OSLog+Extensions**: Add the ability to generate an `OSLog` instance from a predefined set of category and subsystem values.
* **URL+StaticString**: Add the ability to generate a `URL` instance from a `StaticString`.## License
Copyright 2021 Justin Williams. Licensed under the MIT license.