Experimenting with more structured ways to handle command-line input/output in Rust
# Selectors example from Fluent guide: https://projectfluent.org/fluent/guide/selectors.html

emails =
    { $unreadEmails ->
        [one] You have 1 unread email.
       *[other] You have { $unreadEmails } unread emails.
    }