dizzy 0.2.0

Macros for safely interacting with DST newtypes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "dizzy"
description = "Macros for safely interacting with DST newtypes"
edition = "2024"
license.workspace = true
version.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true

[features]
default = ["std"]
alloc = []
std = ["alloc"]

[dependencies]
dizzy-macros = { version = "=0.2.0", path = "../dizzy-macros" }