swamp-dep-loader 0.2.8

Parses Swamp modules, scans for dependencies (`mod` and `use`), and determines the correct analysis order.
Documentation
1
2
3
4
5
6
7
8
9
/*
 * Copyright (c) Peter Bjorklund. All rights reserved. https://github.com/swamp/swamp
 * Licensed under the MIT License. See LICENSE in the project root for license information.
 */
pub use crate::{
    DepLoaderError, DependencyParser, ParsedAstModule, RunMode, module_path_to_relative_swamp_file,
    module_path_to_relative_swamp_file_string, parse_local_modules_and_get_order,
    swamp_registry_path,
};