multiio 0.2.2

A unified I/O orchestration library for CLI/server applications
Documentation
# typos 配置文件 - 拼写检查配置
# https://github.com/crate-ci/typos

[files]
extend-exclude = [
    "target/",
    "Cargo.lock",
    ".git/",
    "*.svg",
    "*.png",
    "*.jpg",
    "index.html",
    "*.cast",
    "web/dist",
]

[default]
locale = "en"

[default.extend-words]
# 项目特定词汇(避免误报)
# 例如:helo = "helo"
iif = "iif"
oif = "oif"
ratatui = "ratatui"