disp_array 0.1.2

This adds a wrapper for arrays to give the 'Display' trait.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
authors = ["taaki <taaki.paul@gmail.com>"]
categories = ["no-std::no-alloc", "rust-patterns"]
description = "This adds a wrapper for arrays to give the 'Display' trait."
edition = "2021"
keywords = ["array", "display", "string"]
license = "MIT OR Apache-2.0"
name = "disp_array"
repository = "https://github.com/taaki2311/disp_array"
version = "0.1.2"