Tracking Issue for OsString::truncate
Open
@lolbinarycat is already working on this.
Since Nov 20, 2024.
C-tracking-issue
T-libs
- Dominant language
- Rust
- Stars
- 119k
- Forks
- 16.1k
- PR merge metrics
- PR metrics pending
Description
Feature gate: #![feature(os_string_truncate)]
This is a tracking issue for the
Public API
// std::ffi::os_str
impl OsString {
pub fn truncate(&mut self, new_len: usize);
}
Steps / History
- ACP Approved: https://github.com/rust-lang/libs-team/issues/486
- Implementation: #133264
- Final comment period (FCP)^1
- Stabilization PR
Unresolved Questions
- None yet.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.