Closed
Description
Feature gate: #![feature(osstring_ascii)]
Public API
impl OsStr {
pub fn make_ascii_lowercase(&mut self);
pub fn make_ascii_uppercase(&mut self);
pub fn to_ascii_lowercase(&self) -> OsString;
pub fn to_ascii_uppercase(&self) -> OsString;
pub fn is_ascii(&self) -> bool;
pub fn eq_ignore_ascii_case<S: AsRef<OsStr>>(&self, other: S) -> bool;
}
Steps / History
- Allow obtaining &mut OsStr #70048 - Stabilized traits necessary to obtain
&mut OsStr
- ASCII methods on OsStr #69937 - Added ASCII methods on
OsStr
- Final commenting period (FCP)
- stabilize
feature(osstring_ascii)
#80193 - Stabilization PR
Unresolved Questions
- None yet.
Metadata
Metadata
Assignees
Labels
Area: Foreign function interface (FFI)Blocker: Implemented in the nightly compiler and unstable.Category: An issue tracking the progress of sth. like the implementation of an RFCLibs issues that are considered "small" or self-containedLibs issues that are tracked on the team's project board.Relevant to the library API team, which will review and decide on the PR/issue.This issue / PR is in PFCP or FCP with a disposition to merge it.The final comment period is finished for this PR / Issue.