blockchain-scratch-rust 0.3.0

A scratched blockchain implementation
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(test)]
mod tests {
    use super::*;
    #[test]
    fn test(){
       println!("Printed:{:?}","Test Hellow World");
       
    }
}