-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Tracking Issue for int_from_ascii #134821
Copy link
Copy link
Open
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Feature gate:
#![feature(int_from_ascii)]This is a tracking issue for
int_from_ascii, providing equivalent methods to{usize,u8,u16,u32,u64,u128,isize,i8,i16,i32,i64,i128}::from_str()andfrom_str_radix()that allow working directly on byte slices, in order to skip UTF-8 validation.Public API
For each integer type
T(usize,u8,u16,u32,u64,u128,isize,i8,i16,i32,i64,i128):Steps / History
T: Implementint_from_ascii(#134821) #134824NonZero<T>: feat: Implementint_from_asciiforNonZero<T>#152267Unresolved Questions
nonzero_from_str_radix#152193 firstFootnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩