xshell

时间:2024-04-08 19:48:31
【文件属性】:

文件名称:xshell

文件大小:29KB

文件格式:ZIP

更新时间:2024-04-08 19:48:31

Rust

xshell:使Rust成为更好的工具 xshell提供了一组跨平台实用程序,用于编写符合人体工程学的“ bash”脚本。 use xshell :: {cmd, read_file}; let name = "Julia" ; let output = cmd! ( "echo hello {name}!" ). read ()?; assert_eq! (output, "hello Julia!" ); let err = read_file ( "feeling-lucky.txt" ). unwrap_err (); assert_eq! ( err. to_string (), "`feeling-lucky.txt`: no such file or directory (os error 2)" , ); 有关更多信息,请参阅。


【文件预览】:
xshell-master
----.gitignore(53B)
----src()
--------env.rs(3KB)
--------error.rs(2KB)
--------gsl.rs(4KB)
--------fs.rs(5KB)
--------lib.rs(14KB)
----CHANGELOG.md(567B)
----Cargo.toml(488B)
----.github()
--------workflows()
----examples()
--------ci.rs(4KB)
----LICENSE-MIT(1023B)
----cbench()
--------xshelled()
--------baseline()
--------ducted()
----xshell-macros()
--------src()
--------Cargo.toml(241B)
----README.md(485B)
----tests()
--------it.rs(9KB)
----bors.toml(53B)
----rustfmt.toml(53B)
----.vscode()
--------settings.json(51B)
----mock_bin()
--------echo.rs(320B)
--------date.rs(384B)
----LICENSE-APACHE(11KB)

网友评论