burgerlingual 1.2.0

burger utility library for web localisation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#![warn(
    clippy::all,
    clippy::pedantic,
    clippy::nursery
)]

extern crate alloc;
extern crate core;

pub mod accept_language;
pub mod translations;
pub mod registry;
pub mod translation_view;