Skip to content

Draft: const generics version of uluru#17

Closed
mbrubeck wants to merge 1 commit into
servo:masterfrom
mbrubeck:const_generics
Closed

Draft: const generics version of uluru#17
mbrubeck wants to merge 1 commit into
servo:masterfrom
mbrubeck:const_generics

Conversation

@mbrubeck
Copy link
Copy Markdown
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
Comment thread lib.rs
extern crate arrayvec;

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

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
Copy Markdown
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