2 个不稳定版本
0.2.0 | 2024年1月28日 |
---|---|
0.1.0 | 2024年1月28日 |
#61 in #filename
14KB
274 行代码(不含注释)
rsfilename
在 Windows、macOS 和 Linux 上创建安全文件名。
如果您想查看 Python 实现,请参考以下链接: pyfilename
use rsfilename::*;
assert_eq!("hello?.txt..", simply_to_safe_name(" hello?.txt..", true));
有关详细说明,请参阅 文档。
lib.rs
:
rsfilename
在 Windows、macOS 和 Linux 上创建安全文件名。
如果您想查看 Python 实现,请参考以下链接: pyfilename
use rsfilename::*;
assert_eq!("hello?.txt..", simply_to_safe_name(" hello?.txt..", true));