cympfh / cumin

Mini-Programmable Configuration Language

Home Page:https://cympfh.cc/cumin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: infinite recursive importing

cympfh opened this issue · comments

// mod.rs
use "mod2.rs";
// mod2.rs
use "mod.rs";