2 releases
Uses old Rust 2015
0.1.1 | Aug 19, 2017 |
---|---|
0.1.0 | Aug 19, 2017 |
#408 in No standard library
9KB
139 lines
mixed_ref
Mixed references to owned and borrowed memory in Rust.
lib.rs
:
Mixed references to owned and borrowed memory.
Usage
This crate is available on crates.io
and can be used by adding the following to your project's Cargo.toml
:
[dependencies]
mixed_ref = "0.1.1"
and this to your crate root:
#[macro_use]
extern crate mixed_ref;