webcomponent-用于创建Web组件的库-Rust开发

时间:2024-06-16 13:34:41
【文件属性】:

文件名称:webcomponent-用于创建Web组件的库-Rust开发

文件大小:115KB

文件格式:ZIP

更新时间:2024-06-16 13:34:41

Rust No standard library

Web组件Web组件是用于编写自己HTML元素的W3C标准。 webcomponent是一个Rust库,用于轻松编写您自己的Web compo webcomponent Web组件是W3C标准,用于编写您自己HTML元素。 webcomponent是一个Rust库,用于使用js_ffi轻松在Rust中编写您自己的Web组件。 功能:Shadow DOM可观察的属性Helper函数#![no_std]和alloc Hello World [lib] crate-type = [“ cdylib”]#配置rust项目以构建Web程序集模块[dependencies] webcomponent =“ 0.5”#用于注册我们的Web组件使用webcomponent :: *; struct HelloWorld {元素:HTMLE


【文件预览】:
webcomponent-master
----.gitignore(16B)
----LICENSE-MIT(11KB)
----README.md(4KB)
----Cargo.toml(450B)
----examples()
--------todo()
--------loudbutton()
--------observable_attributes()
--------helloworld()
--------shadowdom()
----LICENSE-APACHE(11KB)
----src()
--------lib.rs(6KB)
----Cargo.lock(6KB)
----Makefile(107B)

网友评论