🚀 Features
- Upload code
- Add padding support for cdataobject
- Add CFnType preliminarily
- Add wrapper for annotated function
- Add C complex type of Python 3.14
- Support default values
- Support va_args and keyword arguments for cfunc
- Allow export CFnType from CCallWrapper
- Remove temporary fields for resolving
🐛 Bug Fixes
- Wrong determination of Structure and Union type
- Allow incomplete arguments for cdataobject
- Remove value() in padding fields in example
- Adjust a typing
- Use cache before creating a new function type
- Allow unset default value as None
- Better annotation support for C union
- Make _create_pyfunctype return type "CFunctionType"
- Add __bool__ typing support for c_bool
- Range check for float-points
🎨 Styling
- Introduce ruff check
⚙️ Miscellaneous Tasks
- Fill readme and project info
- Update example cstruct_1
- Check and fix with mypy and add ruff to lint
- Add annotation import to show capability
- Better annotation for functype
<!-- generated by git-cliff -->