feat(rustbridge): add streaming responses and robust large-payload/backpressure handling to RustBridge

This commit is contained in:
2026-02-11 00:12:56 +00:00
parent dcb88ef4b5
commit 5fb991ff51
11 changed files with 798 additions and 84 deletions

View File

@@ -2,11 +2,10 @@
import * as path from 'path';
import * as fs from 'fs';
import * as childProcess from 'child_process';
import * as readline from 'readline';
import * as events from 'events';
import * as url from 'url';
export { path, fs, childProcess, readline, events, url };
export { path, fs, childProcess, events, url };
// @push.rocks scope
import * as smartpath from '@push.rocks/smartpath';