Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sebastianconcept/pharorusthashmap

Pharo bindings for the thread-safe HashMap in Rust
https://github.com/sebastianconcept/pharorusthashmap

hashmap pharo rust smalltalk

Last synced: 6 days ago
JSON representation

Pharo bindings for the thread-safe HashMap in Rust

Awesome Lists containing this project

README

        

# 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