.parent返回Option<Path>
.unwrap返回 Path
.to_...返回 Cow<str>, 非unicode字节序列被替换
.into_owned 返回 str
每个函数的签名看下就知道怎么回事了,转换成Java也不过少了最后一个 into_owned。
【 在 buildtolast 的大作中提到: 】
: 那个就算了,工程太大,需要投入的精力太多,楼主这个工程短小精悍,简单学习一下编译原理正好。
: 我打开scanner.rs的文件,看到开头一行代码就惊呆了,一个string到string的变换,居然嵌套了5层,我确定rust不会流行。。。。
: [upload=1][/upload]
--
FROM 111.193.30.*