sync-ptr 0.2.1

Sync & Send wrappers for raw pointer's and function pointers in rust
Documentation
[dependencies]

[features]
fnptr = []

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

[package]
authors = ["Alexander Schütz <aschuetz@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "Sync & Send wrappers for raw pointer's and function pointers in rust"
edition = "2021"
keywords = ["pointer", "ffi", "sync", "send"]
license = "MIT OR Apache-2.0"
name = "sync-ptr"
readme = "README.md"
repository = "https://github.com/AlexanderSchuetz97/sync-ptr"
rust-version = "1.65.0"
version = "0.2.1"

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

[[test]]
name = "test"
path = "tests/test.rs"