Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: const generics version of uluru #17

Closed
wants to merge 1 commit into from

Conversation

mbrubeck
Copy link
Collaborator

@mbrubeck mbrubeck commented Feb 5, 2021

This depends on the min_const_generics feature which is scheduled to stabilize in Rust 1.51, and on bluss/arrayvec#172.

@mbrubeck mbrubeck self-assigned this Feb 5, 2021
@@ -14,7 +14,7 @@

extern crate arrayvec;

use arrayvec::{Array, ArrayVec};
use arrayvec::r#const::ArrayVec;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will be arrayvec::ArrayVec when merged I think.

@mbrubeck
Copy link
Collaborator Author

Replaced by #18.

@mbrubeck mbrubeck closed this Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants