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
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "write_scope"
version = "0.1.1"
edition = "2021"
license = "MIT"
description = "A no-std able crate to handle scopes (like xml/html) that should be closed when writing, with no allocation."
repository = "https://github.com/krtab/write-html"

[dependencies]

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