typeduck-codex-utils-rustls-provider 0.9.0

Support package for the standalone Codex Web runtime (codex-linux-sandbox)
Documentation
1
2
3
4
5
6
/// Note that the cwd, env, and command args are preserved in the ultimate call
/// to `execv`, so the caller is responsible for ensuring those values are
/// correct.
fn main() -> ! {
    codex_linux_sandbox::run_main()
}