#struct cannot be imported in submodules

3 messages · Page 1 of 1 (latest)

dim lion
#

You also have a main.rs with mod grid;. Your lib and main shouldn't both declare the same modules; only the lib should, and main should use those through the crate name mpf.

gloomy surge
#

you are totally right!

#

thank you!