1
0

refactor: refactor VectorGen

- use uv to manage VectorGen
- use std::partial_ordering to replace auto in template because auto is not works for seperated implementation and declaration.
- rename YYCC macro due to the upgrade of YYCC.
This commit is contained in:
2026-01-25 10:36:42 +08:00
parent 5477072d70
commit 09ca976fd9
10 changed files with 206 additions and 68 deletions

View File

@@ -0,0 +1,9 @@
[project]
name = "vector-gen"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"jinja2==3.1.6",
]