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: about 2 months ago
JSON representation
Pharo bindings for the thread-safe HashMap in Rust
- Host: GitHub
- URL: https://github.com/sebastianconcept/pharorusthashmap
- Owner: sebastianconcept
- License: mit
- Created: 2022-06-21T03:00:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T03:08:43.000Z (about 4 years ago)
- Last Synced: 2025-02-18T11:11:19.103Z (over 1 year ago)
- Topics: hashmap, pharo, rust, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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