const_list 0.1.0

A tiny linked list usable in const contexts.
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
description = """
A tiny linked list usable in const contexts.
"""
edition = "2021"
license = "MIT OR Apache-2.0"
name = "const_list"
readme = "README.md"
repository = "https://github.com/DouglasDwyer/const_list"
version = "0.1.0"