1 2 3 4 5 6 7
// SPDX-License-Identifier: Apache-2.0 //! Diff command. mod diff_compute; mod diff_output; pub use diff_compute::cmd_diff;