Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neoncitylights/whatwg-rust
Rust crates of various WHATWG web standards
https://github.com/neoncitylights/whatwg-rust
Last synced: 2 days ago
JSON representation
Rust crates of various WHATWG web standards
- Host: GitHub
- URL: https://github.com/neoncitylights/whatwg-rust
- Owner: neoncitylights
- License: apache-2.0
- Created: 2023-10-08T12:42:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-03T16:04:48.000Z (12 days ago)
- Last Synced: 2024-11-03T16:05:45.496Z (12 days ago)
- Language: Rust
- Homepage: https://neoncitylights.github.io/whatwg-rust/
- Size: 1.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# whatwg-rust
A monorepo of Rust crates for various WHATWG standards.
| Crate | Badges |
| ----- | ------ |
| [whatwg-infra](./crates/infra) | [![crates.io](https://img.shields.io/crates/v/whatwg-infra.svg?style=flat-square)](https://crates.io/crates/whatwg-infra) [![docs.rs](https://img.shields.io/docsrs/whatwg-infra?style=flat-square&label=stable%20docs)](https://docs.rs/whatwg-infra) [![master docs](https://img.shields.io/github/deployments/neoncitylights/whatwg-rust/github-pages?style=flat-square&label=master%20docs)](https://neoncitylights.github.io/whatwg-rust/whatwg_infra/index.html)
| [whatwg-datetime](./crates/datetime/) | [![crates.io](https://img.shields.io/crates/v/whatwg-datetime.svg?style=flat-square)](https://crates.io/crates/whatwg-datetime) [![docs.rs](https://img.shields.io/docsrs/whatwg-datetime?style=flat-square&label=stable%20docs)](https://docs.rs/whatwg-datetime) [![master docs](https://img.shields.io/github/deployments/neoncitylights/whatwg-rust/github-pages?style=flat-square&label=master%20docs)](https://neoncitylights.github.io/whatwg-rust/whatwg_datetime/index.html)## License
Licensed under either of
- Apache License, Version 2.0 ([`LICENSE-APACHE`](LICENSE-APACHE) or )
- MIT license ([`LICENSE-MIT`](LICENSE-MIT) or )at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.