include! macro in rust

If you happen to learn rust, it would take no time to realize that macro are something that is worth spending a while. From te macro group, you may not often see include! being used that much (not surely as println! of course). But to digest it easy, this macro just reades whatever file path it is given and put the …