Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.