PharoRustHashMap

Description

Pharo bindings for the thread-safe HashMap in Rust

Details

Source
GitHub
Dialect
pharo (65% confidence)
License
MIT
Stars
1
Created
June 21, 2022
Updated
Aug. 11, 2023
Topics
hashmap pharo rust smalltalk

README excerpt

# PharoRustHashMap
Pharo bindings for the thread-safe HashMap in Rust
## Load

```Smalltalk
Metacello new
	baseline: 'RustHashMap';
	repository: 'github://sebastianconcept/PharoRustHashMap/src';
	load.
```

## Dependency

This Pharo feature depends on:

https://github.com/sebastianconcept/RustHashMap
← Back to results