granite-rust/library/std
linkmauve 133aa56a84
Add missing #[inline] on AsFd impl for sys::unix::fs::File
This operation should be extremely cheap, at most the mov of the underlying
file descriptor, but due to this missing #[inline] it is currently a function
call.
2023-09-30 17:56:42 +02:00
..
benches mv std libs to library/ 2020-07-27 19:51:13 -05:00
src Add missing #[inline] on AsFd impl for sys::unix::fs::File 2023-09-30 17:56:42 +02:00
tests Add data race test to std::env::{get, set} 2023-08-20 21:50:45 +02:00
build.rs Rebase to master 2023-09-22 17:23:33 +05:30
Cargo.toml Fixes from PR 2023-09-22 17:23:33 +05:30