[go: up one dir, main page]

yore 0.3.3

Rust library for decoding/encoding character sets according to OEM code pages
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "yore"
version = "0.3.3"
authors = ["Andreas Liljeqvist <bonega@gmail.com>"]
edition = "2021"
categories = ["encoding"]
keywords = ["encoding", "charset"]
license = "MIT"
description = "Rust library for decoding/encoding character sets according to OEM code pages"
repository = "https://github.com/bonega/yore/"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
thiserror = "1.0.25"