Crates.io | encoding-utils |
lib.rs | encoding-utils |
version | 0.1.0 |
source | src |
created_at | 2024-07-16 13:27:15.116435 |
updated_at | 2024-07-16 13:27:15.116435 |
description | A utils to help with encoding and decoding os strings and more. |
homepage | https://docs.rs/encoding-utils |
repository | https://github.com/greenhat616/encoding-utils |
max_upload_size | |
id | 1305029 |
size | 3,554 |
A utils to help with encoding and decoding os strings and more.
GetACP
to get the code page, and return the Encoding
instance from encoding_rs
crate.Encoding
instance from encoding_rs
crate.UTF-8
, so we can always get the Encoding
instance from encoding_rs
crate.