Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ripytide/arraylike
- Owner: ripytide
- License: mit
- Created: 2024-06-01T14:44:46.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-01T16:58:35.000Z (7 months ago)
- Last Synced: 2024-10-14T20:58:23.907Z (2 months ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.