Registry / utility / mv-symbol-pool

mv-symbol-pool

JSON →
libraryrscratesunverified

A static, global string table for Move tools, enabling efficient symbol interning.

# Cargo.toml [dependencies] mv-symbol-pool = "latest"
INSTALL
IMPORT
SIG · MV-SYMBOL-POOL
M
mv-symbol-pool
utilityrust
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SymbolPool
use mv_symbol_pool::SymbolPool;

Creates a symbol pool and interns a string.

use mv_symbol_pool::SymbolPool; fn main() { let mut pool = SymbolPool::new(); let sym = pool.intern("hello"); println!("Symbol: {:?}", sym); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
mv-symbol-pool — cargo add mv-symbol-pool · libregistry