mystor / rust-cpp

Embed C++ directly inside your rust code!
Apache License 2.0
798 stars 44 forks source link

Add processing of submodules when they are located in the parent module dir #56

Closed twistedfall closed 5 years ago

twistedfall commented 5 years ago

So now the following module struture is accepted (with child being a submodule of parent):

/parent.rs /parent/ /parent/child.rs

ogoffart commented 5 years ago

Looks good, thanks