Searched refs:FastGraph32 (Results 1 – 2 of 2) sorted by relevance
32 pub struct FastGraph32 { struct42 impl FastGraph32 { impl47 FastGraph32 { in new()168 let g32 = FastGraph32::new(&g); in create()221 FastGraph32::new(&g); in create_fails_with_too_large_numbers()
27 pub use crate::fast_graph32::FastGraph32;95 FastGraph32::new(fg).serialize(s) in serialize_32()103 let fg32 = <FastGraph32>::deserialize(d)?; in deserialize_32()443 let fast_graph32 = &FastGraph32::new(fast_graph); in save_to_disk32()454 let r: Result<FastGraph32, Box<dyn Error>> = Ok(bincode::deserialize_from(file)?); in load_from_disk32()