A fork of std::sync::Arc with extra functionality and without weak references.
# Cargo.toml
[dependencies]
triomphe = "0.1.15"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a reference-counted integer using triomphe::Arc.
Replace triomphe::Arc with std::sync::Arc if you need Weak pointers.
No dependency data recorded yet.