borrow-graph 0.0.1

Borrow graph for outmove.
Documentation
// Copyright (c) The Diem Core Contributors
// SPDX-License-Identifier: Apache-2.0

#![forbid(unsafe_code)]

pub mod graph;
mod paths;
pub mod references;
mod shared;