Available on
doc
or test
only.Expand description
§etcetera
modifications
(↑) This is derived work from the
etcetera
crate,
including the following modifications:
- make the trait
dyn
compatible. - rename
AppStrategyArgs
toAppData
. - unify all
Xdg
structs intoDirXdg
. - unify all
Apple
structs intoDirApple
. - unify all
Windows
structs intoDirWindows
. - unify
BaseStrategy
andAppStrategy
intoDirEnv
. - replace
Result
withOption
, removeHomeDirError
. - validate
AppData
construction, made fields private. - make Apple bundle ID match the
directories
crate. - replace dashes with underscores in
unixy_name
. - remove all deprecated windows-specific code.
- remove all unneeded dependencies.
- remove helper macros.
- remove all unsafe.