rcstring 0.2.0

Dependency-free CString-like implementation for projects with #[no_std]'s
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "rcstring"
description = """
Dependency-free CString-like implementation for projects
with #[no_std]'s
"""
version = "0.2.0"
authors = ["William Orr <will@worrbase.com>"]
repository = "https://gitlab.com/worr/rcstring"
license = "MIT"
documentation = "https://docs.worrbase.com/rust/rcstring/"
keywords = ["cstring", "rlibc", "kernel", "nostd", "no_std"]