2
1
Fork 0

typegen: restructure type links and callouts for new site

This commit is contained in:
outfoxxed 2024-09-09 23:17:28 -07:00
parent 997eb9e876
commit 593634eb27
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
3 changed files with 138 additions and 123 deletions

View file

@ -4,6 +4,7 @@ use anyhow::{anyhow, Context};
mod outform;
mod parse;
mod reformat;
mod resolver;
mod typespec;