os-rust/library/std
Michael Howell 6cc24819e5 docs: inline std::ffi::c_str types to std::ffi
Rustdoc has no way to show that an item is stable,
but only at a different path. `std::ffi::c_str::NulError` is
not stable, but `std::ffi::NulError` is.

To avoid marking these types as unstable when someone just
wants to follow a link from `CString`, inline them into their
stable paths.

(cherry picked from commit 40b0026a2f1c50e88909f49e8ef8c7ae074f5a9b)
2025-01-02 14:28:32 -08:00
..
benches Reformat use declarations. 2024-07-29 08:26:52 +10:00
src docs: inline std::ffi::c_str types to std::ffi 2025-01-02 14:28:32 -08:00
tests Avoid shadowing user provided types or type aliases in thread_local! 2024-10-18 10:27:41 +08:00
build.rs Enable f128 tests on all non-buggy platforms 🎉 2024-11-03 19:33:04 -06:00
Cargo.toml Emscripten: link with -sWASM_BIGINT 2024-11-11 17:25:50 +01:00