Textwrap是用于文字换行的小型Rust板条箱-Rust开发

时间:2024-06-16 12:44:51
【文件属性】:

文件名称:Textwrap是用于文字换行的小型Rust板条箱-Rust开发

文件大小:168KB

文件格式:ZIP

更新时间:2024-06-16 12:44:51

Rust Text processing

Textwrap Textwrap是用于文字换行的小型Rust板条箱。 您可以使用它来格式化字符串以在命令行应用程序中显示。 板条箱Textwrap Textwrap是用于文字换行的小型Rust板条箱。 您可以使用它来格式化字符串以在命令行应用程序中显示。 板条箱的名称和接口均受Python textwrap模块的启发。 用法要使用textwrap,请将其添加到您的Cargo.toml文件中:[dependencies] textwrap =“ 0.11”这为您提供了文本换行功能,而没有下面列出的可选功能。 连字号如果您想要自动对语言敏感的连字号,请启用连字功能


【文件预览】:
textwrap-master
----Cargo.toml(1KB)
----.github()
--------workflows()
----src()
--------wrap_algorithms()
--------lib.rs(69KB)
--------core.rs(19KB)
--------wrap_algorithms.rs(10KB)
--------splitting.rs(5KB)
--------indentation.rs(8KB)
--------word_separator.rs(13KB)
----images()
--------textwrap-0.13.3.svg(1KB)
--------textwrap-0.13.4.svg(1KB)
--------textwrap-0.13.2.svg(1KB)
----examples()
--------layout.rs(1KB)
--------wasm()
--------termwidth.rs(998B)
--------hyphenation.rs(568B)
--------interactive.rs(11KB)
--------hello_world.rs(133B)
----LICENSE(1KB)
----fuzz()
--------Cargo.toml(503B)
--------fuzz_targets()
----README.md(5KB)
----tests()
--------indent.rs(3KB)
--------version-numbers.rs(492B)
--------traits.rs(3KB)
----.gitignore(142B)
----CHANGELOG.md(16KB)
----benches()
--------la.standard.bincode(1KB)
--------linear.rs(3KB)
--------indent.rs(902B)

网友评论