loa 0.1.3

HTML parser written in pure Rust,no-std
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "libc"
version = "0.2.137"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"

[[package]]
name = "libc-print"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a574491aebd99996f31b32469bbd3b50e580c35f6305663d68f6d6b28eaced09"
dependencies = [
 "libc",
]

[[package]]
name = "loa"
version = "0.1.3"
dependencies = [
 "libc-print",
]