Skip to main content

modules

Function modules 

Source
pub fn modules() -> &'static [(&'static str, &'static str)]
Expand description

Submodule sources, returned as (virtual_path, source) pairs.

The first element of each tuple is a label used in span/error reporting AND drives the module key: hash/bhp256.leo → module std::hash::bhp256. Use forward slashes for nested paths.