SwiftDocOrg / GraphViz

A Swift package for working with GraphViz
MIT License
290 stars 34 forks source link

Consolidate project into single GraphViz module #18

Closed mattt closed 3 years ago

mattt commented 3 years ago

The original approach to divide functionality across multiple internal modules has caused problems without providing any real benefit. This PR does away with that by consolidating everything into a single GraphViz module. No more @_exported, no more module namespace collisions (#17), no more hassle.