floyd-warshall-alg 0.1.3

Floyd-Warshall algorithm supporting customization.
Documentation
pub mod floyd_warshall;
pub mod result;

pub use crate::floyd_warshall::{FloydWarshall, FloydWarshallTrait};
pub use crate::result::FloydWarshallResult;