make-send-sync 0.1.0

Unsafely make any type Send and Sync
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "make-send-sync"
description = "Unsafely make any type Send and Sync"
version = "0.1.0"
edition = "2024"
rust-version = "1.85"
license = "Unlicense"
repository = "https://codeberg.org/Aseminaunz/make-send-sync"
authors = ["Aimar Seminario Unzu <aimar.seminario@gmail.com>"]
keywords = ["send", "sync", "threads", "unsafe"]
categories = ["rust-patterns", "no-std"]

[package.metadata.docs.rs]
all-features = true

[dependencies.raw-transmute]
version = "1.0.0"
default-features = false