chiark / gitweb /
use our KeyDataExt
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 18 Jul 2020 22:53:50 +0000 (23:53 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 18 Jul 2020 22:53:50 +0000 (23:53 +0100)
Cargo.lock.example
src/imports.rs

index f4a2a4419da1f39e6d5bbcbb233b09e9f9f87615..c1b1535c59db38622001360cbbb75c2e536a082d 100644 (file)
@@ -1188,6 +1188,8 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
 [[package]]
 name = "slotmap"
 version = "0.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c46a3482db8f247956e464d783693ece164ca056e6e67563ee5505bdb86452cd"
 dependencies = [
  "serde",
 ]
index 7c90590eb17b22c9a02de604db02349028ae64a2..8948593d1f5b7164d23d35534e3245eccd37c363 100644 (file)
@@ -58,6 +58,7 @@ pub use crate::keydata::*;
 pub use crate::updates::*;
 pub use crate::sse;
 pub use crate::error::*;
+pub use crate::slotmap_slot_idx::*;
 
 pub type E = anyhow::Error;
 pub type AE = anyhow::Error;