fortify 0.3.1

A simple and convenient way to bundle owned data with a borrowing type
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.fortify_derive]
version = "0.2.0"

[package]
authors = ["Dmitry Zamkov <dmitry94@gmail.com>"]
categories = ["memory-management", "rust-patterns"]
description = "A simple and convenient way to bundle owned data with a borrowing type"
edition = "2021"
keywords = ["reference", "lifetime", "ownership"]
license = "MIT OR Apache-2.0"
name = "fortify"
repository = "https://github.com/dzamkov/fortify"
resolver = "2"
version = "0.3.1"