#reference #mixed #owned #borrowed #memory

无std mixed_ref

对自有和借用内存的混合引用

2 个版本

使用旧的Rust 2015

0.1.1 2017年8月19日
0.1.0 2017年8月19日

#408无标准库

MIT/Apache

9KB
139

mixed_ref Crates.io 下载 构建状态

Rust中自有和借用内存的混合引用。

文档


lib.rs:

自有和借用内存的混合引用。

用法

此crate可在crates.io上找到,您可以通过在项目的Cargo.toml中添加以下内容来使用它

[dependencies]
mixed_ref = "0.1.1"

并在crate根目录添加以下内容

#[macro_use]
extern crate mixed_ref;

无运行时依赖

功能