Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/vaccineanddrugevaluationcentre/rosewood-go

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/vaccineanddrugevaluationcentre/rosewood-go

  • v0.0.0-20191108181334-b41d9670eb5f
  • Source
  • Go
  • Socket score

Version published
Created
Source

Package rosewood a set of packages for parsing and rendering Rosewood files.

Documentation

Compile

  • for dependencies, see link/to/graph TODO

Design overview

Interpreter

  • highest-level interface permitting parsing streams of Rosewood tables and rendering the output as html (and potentially other formats).
  • see link/to/carpenter for an example of using Interpreter.
  • Renderer is a Go interface for rendering parsed Rosewood tables in any format. See html_render.go for an implementation of this interface for rendering html output.

Parser

  • package responsible for parsing Rosewood files.
  • parser.File is the main interface to this package, see link/to/interpreter for an example of using it to parse a Rosewood file.

Types

  • package holding most of the logic pertaining to constructing and rendering Rosewood tables.

Settings

  • packing holding configuration information.

FAQs

Package last updated on 08 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc