unchecked_wrap 0.1.0

Convenient UncheckedSync/Send wrapper types
Documentation
[dependencies]

[lib]
name = "unchecked_wrap"
path = "src/lib.rs"

[package]
authors = ["Tim (Theemathas) Chirananthavat <theemathas@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "concurrency", "no-std", "no-std::no-alloc"]
description = "Convenient UncheckedSync/Send wrapper types"
documentation = "https://docs.rs/unchecked_wrap"
edition = "2024"
keywords = ["send", "sync", "unsafe", "auto", "trait"]
license = "MIT"
name = "unchecked_wrap"
readme = "README.md"
repository = "https://github.com/theemathas/unchecked_wrap/"
version = "0.1.0"