html-to-react 0.5.1

convert a html string to react
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.convert_case]
version = "0.5.0"

[dependencies.lazy_static]
version = "1.4.0"

[package]
categories = ["encoding", "parser-implementations", "web-programming"]
description = "convert a html string to react"
documentation = "https://docs.rs/html-to-react"
edition = "2021"
include = ["src/*", "LICENSE", "README.md"]
keywords = ["html", "react", "html-converter", "react-converter"]
license = "MIT"
name = "html-to-react"
readme = "README.md"
resolver = "2"
version = "0.5.1"