whitequark / rust-xdg

A library that makes it easy to follow the X Desktop Group specifications
https://wiki.freedesktop.org/www/Specifications/
Apache License 2.0
154 stars 30 forks source link

Move `BaseDirectories` types into its own module #54

Closed nickelc closed 1 year ago

nickelc commented 1 year ago

This changes was mentioned in #16.

The public types are re-exported in the crate root.

Besides renaming the error types and improving some imports, I took the opportunity to format the code with rustfmt.

whitequark commented 1 year ago

I took the opportunity to format the code with rustfmt.

Please do not do this in the same PR as any other changes.

nickelc commented 1 year ago

I took the opportunity to format the code with rustfmt.

Please do not do this in the same PR as any other changes.

Reverted it.

whitequark commented 1 year ago

Thanks!