balena-io-modules / network-manager

Rust NetworkManager bindings
Apache License 2.0
37 stars 30 forks source link

Make all modules top level files #50

Closed majorz closed 7 years ago

majorz commented 7 years ago

Currently the different modules we have are placed in subfolders, but since they contain only a single mod.rs file, it is cleaner to move those modules as a top level files: e.g. connection.rs, wifi.rs, etc.