1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
### Importing the Library ```rust use {{ package.name | replace("-", "_") }}::*; ``` ### Printing Local Paths ```rust {% include "examples/print_paths.rs" %} ``` ### Listing Installed Modules ```rust {% include "examples/list_modules.rs" %} ```