rust_book_code 0.2.1

The code of rust book
Documentation
1
2
3
4
5
mod oop;

pub fn oop() {
    oop::inherit_like();
}