Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bdrelling/structure
A collection of common utilities used across my Vapor (Server-side Swift) websites.
https://github.com/bdrelling/structure
swift vapor
Last synced: 28 days ago
JSON representation
A collection of common utilities used across my Vapor (Server-side Swift) websites.
- Host: GitHub
- URL: https://github.com/bdrelling/structure
- Owner: bdrelling
- License: mit
- Created: 2022-07-30T19:17:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T03:46:19.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T20:15:07.527Z (8 months ago)
- Topics: swift, vapor
- Language: JavaScript
- Homepage: https://briandrelling.com
- Size: 181 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Structure
[![CI Status](https://github.com/bdrelling/Structure/actions/workflows/tests.yml/badge.svg)](https://github.com/bdrelling/Structure/actions/workflows/tests.yml)
[![Latest Release](https://img.shields.io/github/v/tag/bdrelling/Structure?color=blue&label=)](https://github.com/bdrelling/Structure/tags)
[![Swift Compatibility](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fbdrelling%2FStructure%2Fbadge%3Ftype%3Dswift-versions&label=)](https://swiftpackageindex.com/bdrelling/Structure)
[![Platform Compatibility](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fbdrelling%2FStructure%2Fbadge%3Ftype%3Dplatforms&label=)](https://swiftpackageindex.com/bdrelling/Structure)
[![License](https://img.shields.io/github/license/bdrelling/Structure?label=)](https://github.com/bdrelling/Structure/blob/main/LICENSE)**Structure** is a collection of common utilities used across my Vapor (Server-side Swift) websites.
The majority of these utilities are heavily customized for supporting my personal projects, so I don't recommend using this project as a direct dependency. Instead, use the project for inspiration or fork it and make it your own.
**These extensions are only compatible with macOS 12 and later, as they are only written for Vapor's async/await functionality and are not compatible with EventLoops.**