awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesBinary Stream Handling

Management of subprocess output as raw binary data to avoid character encoding corruption.

Distinct from Binary Data Handling: Candidates are focused on AI data loaders or web APIs; this is specifically for subprocess I/O buffers.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Binary Stream Handling. Refine with filters or upvote what's useful.

Awesome Binary Stream Handling GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • sindresorhus/execasindresorhus 的头像

    sindresorhus/execa

    7,517在 GitHub 上查看↗

    Execa is a promise-based process execution library that serves as a wrapper for the Node.js child process module. It functions as a shell command runner and subprocess management tool, simplifying the execution of external commands and binaries. The library distinguishes itself through automatic argument escaping to prevent shell injection and the use of abort signals for graceful process termination. It also provides an inter-process communication wrapper for exchanging structured JSON data and messages between parent and child processes. Its capabilities cover a broad range of process I/O

    Provides raw buffer access to subprocess output to prevent data corruption from character encoding.

    JavaScript
    在 GitHub 上查看↗7,517
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Stream Handling