rt_ref 0.3.0

Internal `Ref` types for `rt_ref` and `rt_vec`.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "rt_ref"
version = "0.3.0"
authors = ["Azriel Hoh <azriel91@gmail.com>"]
edition = "2024"
description = "Internal `Ref` types for `rt_ref` and `rt_vec`."
repository = "https://github.com/azriel91/rt_ref"
documentation = "https://docs.rs/rt_ref/"
readme = "README.md"
categories = ["data-structures"]
keywords = ["automation"]
license = "MIT OR Apache-2.0"

[features]
unsafe_debug = []