Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sebastianconcept/pharorusthashmap
- Owner: sebastianconcept
- License: mit
- Created: 2022-06-21T03:00:58.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T03:08:43.000Z (over 2 years ago)
- Last Synced: 2024-12-09T14:10:02.899Z (15 days 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