os_display 0.1.3

Display strings in a safe platform-appropriate way
Documentation
[dependencies.unicode-width]
version = "0.1.9"

[features]
alloc = []
default = ["native", "alloc", "std"]
native = []
std = ["alloc"]
unix = []
windows = []

[package]
authors = ["Jan Verbeek <jan.verbeek@posteo.nl>"]
categories = ["command-line-interface", "text-processing"]
description = "Display strings in a safe platform-appropriate way"
documentation = "https://docs.rs/os_display"
edition = "2018"
exclude = ["fuzz", ".gitignore", ".github", "scripts"]
keywords = ["shell", "cli", "terminal", "text", "no_std"]
license = "MIT"
name = "os_display"
readme = "README.md"
repository = "https://github.com/blyxxyz/os_display"
version = "0.1.3"
[package.metadata.docs.rs]
all-features = true