mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 05:06:44 +01:00
Add Hardware Abstraction Layer (#56)
This commit is contained in:
committed by
GitHub
parent
833520b163
commit
0e0745065e
@@ -1,6 +1,7 @@
|
||||
use fnv::FnvHashMap;
|
||||
use std::hash::Hash;
|
||||
|
||||
use fnv::FnvHashMap;
|
||||
|
||||
pub struct Map<K, V>(pub FnvHashMap<K, V>);
|
||||
|
||||
impl<K: Eq + Hash, V> Map<K, V> {
|
||||
|
||||
Reference in New Issue
Block a user