praborrow-core 0.1.0

Core primitives for the PraBorrow distributed systems framework. Implements Sovereign<T> for strict ownership enforcement across network boundaries.
Documentation
[dependencies.serde]
features = ["derive"]
version = "1.0"

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

[package]
authors = ["ireddragonicy"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency", "memory-management", "network-programming"]
description = "Core primitives for the PraBorrow distributed systems framework. Implements Sovereign<T> for strict ownership enforcement across network boundaries."
documentation = "https://docs.rs/praborrow-core"
edition = "2021"
keywords = ["distributed", "ownership", "memory-safety", "systems"]
license = "MIT"
name = "praborrow-core"
readme = "README.md"
repository = "https://github.com/ireddragonicy/praborrow-core"
version = "0.1.0"