move_borrow_graph/
lib.rs

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