moverox-codegen 0.0.7

Generate Rust code from Move IR parsed by move-syn
Documentation
# 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.0.7]https://github.com/0xangelo/moverox/compare/moverox-codegen-v0.0.6...moverox-codegen-v0.0.7

### โš™๏ธ Miscellaneous Tasks

- Updated the following local packages: move-syn - ([0000000]https://github.com/0xangelo/moverox/commit/0000000)


## [0.0.6]https://github.com/0xangelo/moverox/compare/moverox-codegen-v0.0.5...moverox-codegen-v0.0.6

### โ›ฐ๏ธ Features

- *(move-syn)* [**breaking**] Granular function argument parsing ([#33]https://github.com/0xangelo/moverox/pull/33) - ([3dd2ad6]https://github.com/0xangelo/moverox/commit/3dd2ad6f29b03b62f80e0b496afe63c5e9389959)

### ๐Ÿšœ Refactor

- Enable `feature(doc_cfg)` only on nightly - ([bef4127]https://github.com/0xangelo/moverox/commit/bef4127d13442f4ad1d709a40d6bb91764976468)

### โš™๏ธ Miscellaneous Tasks

- *(move-syn)* Release v0.0.5-beta - ([7de04ab]https://github.com/0xangelo/moverox/commit/7de04abcd9875105130023e1cb0c6d60122dd02d)


## [0.0.5]https://github.com/0xangelo/moverox/compare/moverox-codegen-v0.0.4...moverox-codegen-v0.0.5

### ๐Ÿ› Bug Fixes

- *(moverox-codegen)* Remove `#[cfg(not(doctest))]` from modules - ([9735dca]https://github.com/0xangelo/moverox/commit/9735dca7ed2d012a0c610ea01cfe20e563596530)


## [0.0.4]https://github.com/0xangelo/moverox/compare/moverox-codegen-v0.0.3...moverox-codegen-v0.0.4

### โ›ฐ๏ธ Features

- *(moverox-codegen)* Hide generated doc attrs in doctests - ([fc6796c]https://github.com/0xangelo/moverox/commit/fc6796c438ef0e1b9cd350716aa44684fa571f4e)


## [0.0.2]https://github.com/0xangelo/moverox/compare/moverox-codegen-v0.0.1...moverox-codegen-v0.0.2

### ๐Ÿ“š Documentation

- Tell docs.rs to build with all features and untable options - ([4e6596d]https://github.com/0xangelo/moverox/commit/4e6596d5e830a3d07fa0649b5da46726231718b1)


## [0.0.1]https://github.com/0xangelo/moverox/compare/moverox-codegen-v0.0.0...moverox-codegen-v0.0.1

### โ›ฐ๏ธ Features

- *(moverox-codegen)* Move to Rust enums - ([4f64133]https://github.com/0xangelo/moverox/commit/4f64133067d39c21b3f4b65b9ba7b93f771ecf8b)

### ๐Ÿงช Testing

- *(crates)* Snapshot public API - ([45a3b8e]https://github.com/0xangelo/moverox/commit/45a3b8e11ce76e14498965af61e457a1b80663fb)

### โš™๏ธ Miscellaneous Tasks

- Init workspace - ([f5f4804]https://github.com/0xangelo/moverox/commit/f5f4804fe2dde0a7ab6e00fc3227d7fcd33a44e5)