This commit is contained in:
2026-02-09 09:32:20 +00:00
commit f23ced9c47
22 changed files with 9064 additions and 0 deletions

8
ts/index.ts Normal file
View File

@@ -0,0 +1,8 @@
import * as plugins from './plugins.js';
plugins.early.start('@git.zone/tsrust');
export * from './mod_fs/index.js';
export * from './mod_cargo/index.js';
export * from './mod_cli/index.js';
plugins.early.stop();