structiagram 0.1.3

Structiagram is a tool to generate Rust struct relation diagram as mermaid.js format.
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.3] - 2023-01-31
- fix invalid output on tuple struct [#3]https://github.com/ymgyt/structiagram/issues/3

## [0.1.2] - 2021-04-30
### Changed
- sorting structs alphabetically when rendering

## [0.1.1] - 2021-04-23
### Fixed
- create output file if it does not exist

## [0.1.0] - 2021-04-22

### Added
- binary `structiagram` published