Docs.rs
shell_core-0.1.1
shell_core 0.1.1
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
skyfireitdiy
Dependencies
Versions
50%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
shell_
core
0.1.1
All Items
Crate Items
Enums
Functions
Crate
shell_core
Copy item path
Source
Enums
§
Argument
Functions
§
parse_
arguments
实现一个函数,将一段文本解析为一组参数。
read_
line
实现一个函数,从提供的读取器中读取一行文本。
split_
command
实现一个函数,将一段命令行文本拆分为命令和参数。
write_
line
实现一个函数,将一行文本写入提供的写入器中。