We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SPDX-License-Identifier
1 parent 10664d3 commit 0473a8dCopy full SHA for 0473a8d
rust/alloc/boxed/thin.rs
@@ -1,3 +1,5 @@
1
+// SPDX-License-Identifier: Apache-2.0 OR MIT
2
+
3
// Based on
4
// https://github.com/matthieu-m/rfc2580/blob/b58d1d3cba0d4b5e859d3617ea2d0943aaa31329/examples/thin.rs
5
// by matthieu-m
rust/alloc/ffi/c_str.rs
#[cfg(test)]
mod tests;
rust/alloc/ffi/mod.rs
//! Utilities related to FFI bindings.
//!
//! This module provides utilities to handle data across non-Rust
0 commit comments