Metadata-Version: 2.1
Name: soagen
Version: 0.1.0
Summary: Struct-of-Arrays generator for C++ projects.
Author-email: Mark Gillard <mark.gillard@outlook.com.au>
License: MIT
Project-URL: Source, https://github.com/marzer/soagen
Project-URL: Tracker, https://github.com/marzer/soagen/issues
Project-URL: Funding, https://github.com/sponsors/marzer
Keywords: c++,soa,struct-of-arrays,structure-of-arrays,struct of arrays,structure of arrays,parallel-arrays,parallel arrays,std::vector
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: C++
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: misk (>=0.7.0)
Requires-Dist: tomli
Requires-Dist: schema (!=0.7.5)
Requires-Dist: colorama
Requires-Dist: trieregex

# soagen

Struct-of-Arrays generator for C++ projects.

[![Sponsor](docs/images/badge-sponsor.svg)][sponsor]
[![Gitter](docs/images/badge-gitter.svg)][gitter]

<br><br>

<p align="center">
	<strong>✨&#xFE0F; This README is as stub. Please see the HTML documentation: <a href="https://marzer.github.io/soagen/">marzer.github.io/soagen</a>✨&#xFE0F;</strong>
</p>

<br><br>

[gitter]: https://gitter.im/marzer/community
[sponsor]: https://github.com/sponsors/marzer

# Changelog

## v0.1.0

-   First public release 🎉&#xFE0F;
