#reference #mixed #owned #borrowed #memory

no-std mixed_ref

Mixed references to owned and borrowed memory

2 releases

Uses old Rust 2015

0.1.1 Aug 19, 2017
0.1.0 Aug 19, 2017

#397 in No standard library

MIT/Apache

9KB
139 lines

mixed_ref Crates.io Downloads Build Status

Mixed references to owned and borrowed memory in Rust.

Documentation


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;

No runtime deps

Features