rel-ptr 0.2.3

A tool for building movable self-referential types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "rel-ptr"

version = "0.2.3"

authors = ["Ozaren <krishna.sd.2012@gmail.com>"]

repository = "https://github.com/KrishnaSannasi/rel-ptr"

description = "A tool for building movable self-referential types"

keywords = ["relative", "pointer", "ptr", "smart"]

categories = ["no-std"]

license = "MIT"

readme = "README.md"

edition = "2018"



[features]

default = []

no_std = []

nightly = []



[dependencies]