counting-pointer 0.2.0

Provides structs of reference counting pointers. The perforance is better than 'std::rc::Rc' and than 'std::sync::Arc' by counting only the strong references but not weak the references.
Documentation
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html lang="en">
<head>
    <meta http-equiv="refresh" content="0;URL=../../counting_pointer/struct.Sc.html">
</head>
<body>
    <p>Redirecting to <a href="../../counting_pointer/struct.Sc.html">../../counting_pointer/struct.Sc.html</a>...</p>
    <script>location.replace("../../counting_pointer/struct.Sc.html" + location.search + location.hash);</script>
</body>
</html>