xlogic-derive 0.1.0

Package for developing, building, testing, packaging and deploying FPGA and ASIC projects
Documentation
# xlogic-derive

[[_TOC_]]

## Description

The mono repository for **xlogic** standalone libraries, services and command line tools.

## Development

To verify it:

```plaintext
cargo check
```

To run tests:

```plaintext
cargo test
```