Skip to content

standard-ai/caring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

caring Crates.io Documentation

Sharing is caring: the caring crate provides a Shared<T> type that handles safely storing a T in shared memory, using mmap. T is for some methods bound to be ProcSync in order to be shared between multiple processes.

Read the documentation for in-depth information, and see the Changelog for the changes between versions.

About

The `Shared<T>` struct for cross-process shared-memory objects of type `T`

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

Releases

No releases published

Packages

No packages published

Languages