[package]
edition = "2024"
rust-version = "1.85"
name = "make-send-sync"
version = "0.1.0"
authors = ["Aimar Seminario Unzu <aimar.seminario@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unsafely make any type Send and Sync"
readme = "README.md"
keywords = [
"send",
"sync",
"threads",
"unsafe",
]
categories = [
"rust-patterns",
"no-std",
]
license = "Unlicense"
repository = "https://codeberg.org/Aseminaunz/make-send-sync"
[package.metadata.docs.rs]
all-features = true
[lib]
name = "make_send_sync"
path = "src/lib.rs"
[dependencies.raw-transmute]
version = "1.0.0"
default-features = false