The include declaration imports all types, functions and constants from the specified files and their included files.
The import declaration imports only public types, functions and constants from the specified files and their included files. Public objects are defined using the pub keyword.