Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andelf/rust-iconv

libiconv bindings for Rust.
https://github.com/andelf/rust-iconv

Last synced: about 1 month ago
JSON representation

libiconv bindings for Rust.

Awesome Lists containing this project

README

        

rust-iconv
==========

[![Build Status](https://travis-ci.org/andelf/rust-iconv.svg?branch=master)](https://travis-ci.org/andelf/rust-iconv)

iconv (libiconv) bindings for Rust.

# Installation

cargo build

# Testing

cargo test

# Usage

Refer ``lib.rs``.