1
2
3
4
5
#![doc = include_str!("../README.md")]
#![no_std]

pub mod array;
pub mod index;