Open
Description
Instead of icu::experimental::tranliterator
, it could be icu::transliterator
. Experimental code would still live in the icu_experimental
crate, the metacrate would just do pub use icu_experimental::*
instead of pub use icu_experimental as experimental
. I think this would make the metacrate's root docs page nicer, as it would show more of ICU4X's functionality, even if some of it is experimental. It would also keep paths stable during stabilisation.