Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

mode name
drwxr-xr-x examples/
drwxr-xr-x src/
-rw-r--r-- Cargo.toml
-rw-r--r-- README.md
README

l10n_embed

Framework for generating and displaying localizations of Rust types.

Similar to using serde, types are localized through the Localize trait, and Fluent localizations can be attached to structs and enums via macros in the l10n_embed_derive crate.

Alternative crates

There are many other fantastic crates in this ecosystem that solve a very similar set of problems. Anyone considering this crate is very much encouraged to check out these alternatives first, as they are likely more battle-tested and may better suit your use case!