1// Copyright (c) The Diem Core Contributors 2// SPDX-License-Identifier: Apache-2.0 3 4#![forbid(unsafe_code)] 5 6pub mod graph; 7mod paths; 8pub mod references; 9mod shared;