github.com/charypar/monobuild@v0.0.0-20211122220434-fd884ed50212/rs/src/core.rs (about) 1 #[derive(Clone, Copy, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)] 2 pub enum Dependency { 3 Weak, 4 Strong, 5 } 6 7 // TODO bring some shared algorithms in here