1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
#![doc(html_root_url = "https://docs.rs/fixed_len_str_example/0.1.3/")]
#![no_std]

//! This crate contains an example of the struct generated by the procedural macro contained in [fixed_len_str],use that
//! macro instead.

use alloc::string::String;
use alloc::vec::Vec;

use fixed_len_str::fixed_len_str;

fixed_len_str!(12);