/*
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT license.
*/#[derive(Debug, Clone)]pubstructDegreeStats{pubmax_degree:u32,
pubavg_degree:f32,
pubmin_degree:u32,
pubcnt_less_than_two:usize, // Number of vertices with degree less than 2
}