module graphstruc!! This is the top-level module for the graphstruc Fortran library.use coreutils,only:real32use graphstruc_types,only:vertex_type,edge_type,graph_typeimplicit none private public::real32public::vertex_type,edge_type,graph_typeend module graphstruc