1 2 3 4 5
mod base; mod color; pub use base::{initials_from_name, AvatarShape, BaseAvatar}; pub use color::{color_hash, AvatarColor};