Skip to content

standard-ai/interprocess-traits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

interprocess-traits Crates.io Documentation

The interprocess-traits crate is built to aid safe APIs that involve interprocess communication and memory sharing. The provided traits ProcSend and ProcSync closely mirror the standard Send and Sync marker traits and are intended to be implemented by types that are intended to be usable between distinct processes.

Read the documentation for in-depth information.

About

The `ProcSend` and `ProcSync` traits to aid implementation of safe interprocess APIs.

Resources

License

Apache-2.0, BSD-3-Clause licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
BSD-3-Clause
LICENSE-BSD

Stars

Watchers

Forks

Packages

No packages published

Languages