OmniTechnoMancer

Results 6 comments of OmniTechnoMancer

It is possible to use this form of module declaration to name the module something other than the file name: ```rust #[path = "foo.rs"] mod c; ``` See https://doc.rust-lang.org/reference/items/modules.html

Are mod.rs style modules not allowed in 2018 edition? It might make sense to emit a mod.rs style module for such renamed modules since it will avoid having to add...

By 2) do you mean not splitting reserved names into separate files? Yes 1) is likely the easiest solution to allow a project to avoid the problem, however if this...

When doing this and #13 I believe the MDIO should also be factored out into a separate resource, the managment bus for the PHYs supports multiple PHYs on one bus...

Because the MDIO bus can support multiple PHYs it is often shared between PHYs (this is the case on all the colorlight boards as far as I know). Thus I...

I will try a FLAC parser, need to add quite a few things for it though.