sync-ptr 0.1.4

Sync & Send wrappers for raw pointer's
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "sync-ptr"
version = "0.1.4"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = ["Alexander Schütz <aschuetz@protonmail.com>"]
keywords = ["pointer", "ffi", "sync", "send"]
categories = ["data-structures"]
description = "Sync & Send wrappers for raw pointer's"
readme = "README.md"
repository = "https://github.com/AlexanderSchuetz97/sync-ptr"

[dependencies]