domafic 0.2.0

A library for building safe, high-performance, universal web applications
Documentation
[dependencies.either_n]
optional = true
version = "0.2.0"

[dependencies.libc]
optional = true
version = "0.2.16"

[dependencies.marksman_escape]
optional = true
version = "0.1.2"

[features]
default = ["use_either_n", "use_std", "web_render"]
use_either_n = ["either_n"]
use_std = ["marksman_escape"]
web_render = ["libc", "use_std"]

[package]
authors = ["Taylor Cramer <cramertj@cs.washington.edu>"]
description = "A library for building safe, high-performance, universal web applications"
documentation = "https://docs.rs/domafic/0"
keywords = ["web", "ui", "javascript", "framework", "template"]
license = "MIT/Apache-2.0"
name = "domafic"
repository = "https://github.com/cramertj/domafic-rs"
version = "0.2.0"