arf-strings 0.6.7

Encoding and decoding for ARF strings
Documentation
[package]
name = "arf-strings"
version = "0.6.7"
authors = ["Dan Gohman <dev@sunfishcode.online>"]
edition = "2018"
description = "Encoding and decoding for ARF strings"
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
documentation = "https://docs.rs/arf-strings"
repository = "https://github.com/bytecodealliance/arf-strings"
exclude = ["/.github"]

[target.'cfg(not(windows))'.dependencies]
rustix = "0.35.6"