6 个版本 (稳定版)
5.0.0 | 2024年1月24日 |
---|---|
4.0.1 |
|
4.0.0 | 2022年8月4日 |
3.0.0 | 2022年6月16日 |
2.0.0 | 2022年2月8日 |
#15 in WebAssembly
每月下载量 87,617
被 32 个 crate 使用(直接使用2个)
95KB
2.5K SLoC
关于
解析有效的 WebIDL 定义并生成从 Definitions
开始的数据结构。
用法
Cargo.toml
[dependencies]
weedle2 = "5.0.0"
src/main.rs
fn main() {
let parsed = weedle::parse("
interface Window {
readonly attribute Storage sessionStorage;
};
").unwrap();
println!("{:?}", parsed);
}
依赖项
~1MB
~19K SLoC