https://github.com/tamschi/lignin-schema
An HTML schema interface through which lignin Node trees can be created with efficient compile-time checking.
https://github.com/tamschi/lignin-schema
hacktoberfest html mathml rust svg web
Last synced: 8 months ago
JSON representation
An HTML schema interface through which lignin Node trees can be created with efficient compile-time checking.
- Host: GitHub
- URL: https://github.com/tamschi/lignin-schema
- Owner: Tamschi
- License: other
- Created: 2020-10-03T18:15:04.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-06T01:01:27.000Z (over 3 years ago)
- Last Synced: 2025-08-23T05:04:31.291Z (8 months ago)
- Topics: hacktoberfest, html, mathml, rust, svg, web
- Language: Rust
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# lignin-schema
[](https://lib.rs/crates/lignin-schema)
[](https://crates.io/crates/lignin-schema)
[](https://docs.rs/lignin-schema)

[](https://github.com/Tamschi/lignin-schema/actions?query=workflow%3ACI+branch%3Adevelop)

[](https://github.com/Tamschi/lignin-schema)
[](https://github.com/Tamschi/lignin-schema/issues)
[](https://github.com/Tamschi/lignin-schema/pulls)
[](https://github.com/Tamschi/lignin-schema/contribute)
[](https://web.crev.dev/rust-reviews/crate/lignin-schema/)
Partial HTML, MathML and SVG schemas as static APIs, with documentation and deprecation attributes.
This can be used by macro crates to implement errors, warnings and hover docs, without the schema information being available to and/or processed by the macro itself.
Works well alongside [lignin](https://github.com/Tamschi/lignin) but does not depend on it.
## Installation
Please use [cargo-edit](https://crates.io/crates/cargo-edit) to always add the latest version of this library:
```cmd
cargo add lignin-schema
```
## Example
```rust
// TODO_EXAMPLE
```
## 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.
See [CONTRIBUTING](CONTRIBUTING.md) for more information.
## [Code of Conduct](CODE_OF_CONDUCT.md)
## [Changelog](CHANGELOG.md)
## Versioning
`lignin-schema` strictly follows [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html) with the following exceptions:
- The minor version will not reset to 0 on major version changes (except for v1).
Consider it the global feature level.
- The patch version will not reset to 0 on major or minor version changes (except for v0.1 and v1).
Consider it the global patch level.
This includes the Rust version requirement specified above.
Earlier Rust versions may be compatible, but this can change with minor or patch releases.
Which versions are affected by features and patches can be determined from the respective headings in [CHANGELOG.md](CHANGELOG.md).