new(project): iso639_enum

master
Nick Zana 2 years ago
parent 6dbe220694
commit 86a30c5874
No known key found for this signature in database
GPG Key ID: 936524EE913D6538

@ -0,0 +1,19 @@
+++
title = "iso639_enum"
weight = 4
[taxonomies]
tags = []
+++
`iso639_enum` is a small Rust crate I wrote for my Bamboo media server project.
ISO639 is a standard that enumerates world languages and provides two and three
character codes to represent them. This is important in the context of a media
server because any media in a particular language (basically anything with
spoken or written words) will represent its language in its metadata in some
form, usually as a two or three character language code.
The documentation for the crate can be found at
[lib.rs/iso639_enum](https://lib.rs/iso639_enum).
The repository for the crate can be found at
[git.nickzana.dev/nick/rust-iso639](https://git.nickzana.dev/nick/rust-iso639).
Loading…
Cancel
Save