This repository has been archived on 2024-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
trixy/src
Benedikt Peetz bb101c14fb
feat(macros/generate/convert/auxiliary): Merge comments in c
```c
/**
  comment one
  */
/**
  comment two
  */
/**
  comment three
  */
```
is just not as readable as:
```c
/**
  * comment one
  * comment two
  * comment three
  */
```
2024-03-27 10:17:38 +01:00
..
bin/trixy fix(binary/parse): Actually only perform the other steps, if asked for it 2024-03-27 08:10:33 +01:00
macros feat(macros/generate/convert/auxiliary): Merge comments in c 2024-03-27 10:17:38 +01:00
parser fix(parser/unchecked/parse_structure): Accept attributes on fields 2024-03-27 09:59:35 +01:00
types fix(types): Remove top-level support for generic types 2024-03-27 10:01:51 +01:00
lib.rs chore(treewide): Update license header 2024-03-26 20:11:23 +01:00