Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vapor-community/path-indexable
A protocol to allow multiple structured format types to all share the same subscript access code
https://github.com/vapor-community/path-indexable
deprecated
Last synced: 2 months ago
JSON representation
A protocol to allow multiple structured format types to all share the same subscript access code
- Host: GitHub
- URL: https://github.com/vapor-community/path-indexable
- Owner: vapor-community
- License: mit
- Created: 2016-05-18T03:06:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T12:46:01.000Z (almost 8 years ago)
- Last Synced: 2024-10-31T15:47:53.899Z (3 months ago)
- Topics: deprecated
- Language: Swift
- Size: 578 KB
- Stars: 3
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PathIndexable
![Swift](http://img.shields.io/badge/swift-3.0-brightgreen.svg)
[![Build Status](https://travis-ci.org/vapor/core.svg?branch=master)](https://travis-ci.org/vapor/path-indexable)
[![CircleCI](https://circleci.com/gh/vapor/core.svg?style=shield)](https://circleci.com/gh/vapor/path-indexable)
[![Code Coverage](https://codecov.io/gh/vapor/core/branch/master/graph/badge.svg)](https://codecov.io/gh/vapor/path-indexable)
[![Codebeat](https://codebeat.co/badges/a793ad97-47e3-40d9-82cf-2aafc516ef4e)](https://codebeat.co/projects/github-com-vapor-path-indexable)
[![Slack Status](http://vapor.team/badge.svg)](http://vapor.team)The purpose of this package is to allow complex key path logic to be applied to multiple types of data structures.
This type is used to define a structure that can inherit complex subscripting.
## 📖 Documentation
Visit the Vapor web framework's [documentation](http://docs.vapor.codes) for instructions on how to use this package.
## 💧 Community
Join the welcoming community of fellow Vapor developers in [slack](http://vapor.team).
## 🔧 Compatibility
This package has been tested on macOS and Ubuntu.