write_scope 0.1.1

A no-std able crate to handle scopes (like xml/html) that should be closed when writing, with no allocation.
Documentation
[dependencies]

[features]
default = ["std"]
std = []

[lib]
name = "write_scope"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A no-std able crate to handle scopes (like xml/html) that should be closed when writing, with no allocation."
edition = "2021"
license = "MIT"
name = "write_scope"
readme = false
repository = "https://github.com/krtab/write-html"
version = "0.1.1"