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: about 1 year 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-01T16:58:35.000Z (about 2 years ago)
- Last Synced: 2025-06-21T06:11:50.375Z (about 1 year ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arraylike
[](https://docs.rs/arraylike)
This crate provides an `ArrayLike` trait for using arrays without needing
const expressions.