rel-ptr 0.2.0

A tool for building movable self-referential types
Documentation
[package]
name = "rel-ptr"
version = "0.2.0"
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]
unreachable = '1'