没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
同步 类似于JSX的 (又名RSX)的 -powered解析器。 解析的结果是嵌套的Node结构,类似于浏览器DOM,其中节点名称和值是支持构建proc宏的syn表达式。 use quote :: quote; use syn_rsx :: parse2; let tokens = quote! { < hello> "hi" < / hello > }; let nodes = parse2 (tokens). unwrap (); assert_eq! (nodes[ 0 ]. name_as_string (). unwrap (), "hello" ); assert_eq! (nodes[ 0 ].attributes[ 0 ]. name_as_string (). unwrap (), "world" ); assert_eq! (nodes[ 0 ].ch
资源推荐
资源详情
资源评论
收起资源包目录
syn-rsx-main.zip (15个子文件)
syn-rsx-main
Cargo.lock 15KB
.github
workflows
bench.yml 360B
ci.yml 523B
tests
test.rs 6KB
LICENSE 1KB
src
node.rs 7KB
lib.rs 6KB
parser.rs 17KB
Cargo.toml 595B
benches
bench.rs 894B
examples
html-to-string-macro
tests
lib.rs 1KB
src
lib.rs 3KB
Cargo.toml 255B
.gitignore 7B
README.md 3KB
共 15 条
- 1
资源评论
龙猫美术的世界
- 粉丝: 18
- 资源: 4722
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功