some common rust_algorithms, Everyone can participate, and the project will continue to be updated, all the algorithms comes from <Introduction to Algorithms III>
modsquare;///矩阵
modmatrix;pubuseself::square::add as square_matrix_add;pubuseself::square::multiply as square_matrix_multiply;pubuseself::matrix::Matrix as Matrix;