lang-id 0.0.20

Const lang-ids and maps are provided, mainly for i18n and l10n.
Documentation
1
2
3
4
5
6
7
8
9
use std::io;

use testutils::os_cmd::{RunnableCommand, presets::CargoFmt};

#[test]
#[ignore]
fn fmt() -> io::Result<()> {
  CargoFmt::default().run()
}