DolajoCZ

Results 5 issues of DolajoCZ

Added support of match pattern introduced in python 3.10. @rubik comments/proposals are welcomed.

Hello, do you plan to support `pyproject.toml` file based on [PEP518](https://www.python.org/dev/peps/pep-0518/)? For example [here](https://github.com/carlosperate/awesome-pyproject) is list of some tools which support `pyproject.toml`.

I've added support of [pyproject.toml](https://github.com/carlosperate/awesome-pyproject) file for ability to configure xenon for CI/CD from this one configuration file common for other tools.

### Issue Invalid generation of rust code with switch `--gen-object-api` and struct containing `array` of size `33` and more. ### Reason Generated object api struct implement `Default` trait by `derive`...

For `enums` where you define values for some variants can `flatc` generate same value for multiple variants. Simple example: ``` enum Color : byte { Red = 4, Green =...