docs.rs failed to build null-terminated-str-0.1.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
null-terminated-str-0.1.4
null-terminated-str
Provides null terminated utf-8 str NullTerminatedStr (borrowed) and
NullTerminatedString (owned) that is compatible with
std::ffi::CStrstd::ffi::CStringstrString
Also provides const_null_terminated_str! to create NullTerminatedStr
at compile time and IntoNullTerminatedString that accepts &str,
String, &NullTerminatedStr and NullTerminatedString to avoid
frequent allocation in FFI call.