chstr 0.1.0

A macro to convert a character array into a string at compile time.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
authors = ["James Whaley <juicy66173@gmail.com>"]
description = "A macro to convert a character array into a string at compile time."
documentation = "https://docs.rs/chstr"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "chstr"
readme = "README.md"
repository = "https://github.com/Juici/chstr"
resolver = "2"
version = "0.1.0"