Skip to content

A rust module specifying traits for smart pointer functionality, i.e. shared ownership of values.

License

Notifications You must be signed in to change notification settings

AljoschaMeyer/smart-pointer-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Pointer

A rust module specifying traits for smart pointer functionality, i.e. shared ownership of values. The main intention is to enable data structures that are parameterized by the pointer type to be used internally, allowing the user to enable features such as thread-safety or the ability to handle self-containment as needed. The traits can also serve as a feature checklist for implementers of smart pointers.

See the module documentation for more details.

Note that the usage of this crate remains fairly restricted as long as rust does not support higher-kinded types. The archery crate emulates higher-kinded smart pointers, but has a coarser interface than this crate.

About

A rust module specifying traits for smart pointer functionality, i.e. shared ownership of values.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages