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.
1 parent acef6ff commit 6f99749Copy full SHA for 6f99749
cglue/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cglue"
3
-version = "0.2.4"
+version = "0.2.5"
4
authors = ["Aurimas Blažulionis <[email protected]>"]
5
edition = "2018"
6
description = "FFI safe abstractions for making plugins and C-compatible libraries"
cglue/src/vec.rs
@@ -1,4 +1,5 @@
use core::mem::ManuallyDrop;
+use std::prelude::v1::*;
#[repr(C)]
#[cfg_attr(feature = "abi_stable", derive(::abi_stable::StableAbi))]
0 commit comments