SkillAgentSearch skills...

Arbalest

Like Arc<T> but where weak references don't forbid mutable access

Install / Use

/learn @nox/Arbalest
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Arbalest

This is a thread-safe reference-counted smart pointer with weak references.

How is it different from Arc<T>?

The weak references don't prevent mutable access to the inner value, Strong::borrow_mut will always succeed as long as there is a single Strong<T> handle to the value that should be mutated.

How can I help?

Improve documentation, review the code (most importantly the atomic operations), make use of it.

Related Skills

View on GitHub
GitHub Stars23
CategoryDevelopment
Updated25d ago
Forks2

Languages

Rust

Security Score

90/100

Audited on Mar 4, 2026

No findings