// If we have std, use it. #[cfg(not(windows))] #[cfg(feature = "std")] pubuse std::ffi::{CStr, CString, FromBytesWithNulError, NulError}; #[cfg(feature = "std")] pubuse std::os::raw::{
c_char, c_int, c_long, c_longlong, c_short, c_uint, c_ulong, c_ulonglong, c_ushort, c_void,
};
// If we don't have std, we can depend on core and alloc having these features // in Rust 1.64+. #[cfg(not(windows))] #[cfg(all(feature = "alloc", not(feature = "std")))] pubuse alloc::ffi::{CString, NulError}; #[cfg(not(feature = "std"))] pubuse core::ffi::{
c_char, c_int, c_long, c_longlong, c_short, c_uint, c_ulong, c_ulonglong, c_ushort, c_void,
}; #[cfg(not(windows))] #[cfg(not(feature = "std"))] pubuse core::ffi::{CStr, FromBytesWithNulError};
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.12 Sekunden
(vorverarbeitet am 2026-08-25)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.