1 2 3 4
#![doc = include_str!("../README.md")] pub mod shapley; pub use shapley::{Coalition, Shapley};