Rust: archiving + skeleton def translator

This commit is contained in:
Paolo Tranquilli
2024-08-28 17:15:49 +02:00
parent 2a2b79e6df
commit f40901f391
16 changed files with 914 additions and 75 deletions

View File

@@ -1,4 +1,4 @@
from . import dbschemegen, qlgen, trapgen, cppgen
from . import dbschemegen, qlgen, trapgen, cppgen, rustgen
def generate(target, opts, renderer):