sync-ptr 0.2.1

Sync & Send wrappers for raw pointer's and function pointers in rust
Documentation
[package]
name = "sync-ptr"
version = "0.2.1"
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 and function pointers in rust"
readme = "README.md"
repository = "https://github.com/AlexanderSchuetz97/sync-ptr"
rust-version = "1.65.0"

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

[dependencies]

[features]
fnptr = []