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
- Host: GitHub
- URL: https://github.com/queryverse/tableshowutils.jl
- Owner: queryverse
- License: other
- Created: 2018-05-26T04:30:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T03:46:56.000Z (over 2 years ago)
- Last Synced: 2025-07-19T18:34:09.226Z (11 months ago)
- Topics: julia, queryverse
- Language: Julia
- Size: 168 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE.md
Awesome Lists containing this project
README
# TableShowUtils
[](http://www.repostatus.org/#active)
[](https://travis-ci.org/queryverse/TableShowUtils.jl)
[](https://ci.appveyor.com/project/queryverse/tableshowutils-jl/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.