Class Module


  • public class Module
    extends Object
    Special class for converting a rust inserts into a separate module of Cargo Project.
    Since:
    0.1
    • Constructor Detail

      • Module

        public Module​(String raw,
                      String name)
        Ctor.
        Parameters:
        raw - Source code.
        name - Name of file.
    • Method Detail

      • save

        public void save​(Footprint footprint)
                  throws IOException
        Save it by footprint.
        Parameters:
        footprint - Footprint.
        Throws:
        IOException - If any issues with I/O.