Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ripytide/arraylike

This crate provides an ArrayLike trait for using arrays without needing const expressions.
https://github.com/ripytide/arraylike

Last synced: 26 days ago
JSON representation

This crate provides an ArrayLike trait for using arrays without needing const expressions.

Awesome Lists containing this project

README

        

# arraylike

[![Docs](https://docs.rs/arraylike/badge.svg)](https://docs.rs/arraylike)

This crate provides an `ArrayLike` trait for using arrays without needing
const expressions.