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

https://github.com/queryverse/tableshowutils.jl

Low level package that provides some helpers for implementing show for TableTraits.jl types
https://github.com/queryverse/tableshowutils.jl

julia queryverse

Last synced: 3 months ago
JSON representation

Low level package that provides some helpers for implementing show for TableTraits.jl types

Awesome Lists containing this project

README

          

# TableShowUtils

[![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![Build Status](https://travis-ci.org/queryverse/TableShowUtils.jl.svg?branch=master)](https://travis-ci.org/queryverse/TableShowUtils.jl)
[![Build status](https://ci.appveyor.com/api/projects/status/bb37x8l5l7i1qqn0/branch/master?svg=true)](https://ci.appveyor.com/project/queryverse/tableshowutils-jl/branch/master)
[![codecov.io](http://codecov.io/github/queryverse/TableShowUtils.jl/coverage.svg?branch=master)](http://codecov.io/github/queryverse/TableShowUtils.jl?branch=master)

## Overview

This package provides some common helper functions that make it easier to implement various ``Base.show`` functions for types that participate in the [TableTraits.jl](https://github.com/queryverse/TableTraits.jl) ecosystem. Most users will probably not have any direct use for this package.