cast-rs 0.1.0

A collection of types cast for Rust.
Documentation

cast-rs

minimum rustc 1.15 Travis status

A collection of types cast for Rust.

This includes str, String, Vec, Hex, slice, Box...

cast-rs is a meta-crate, re-exporting items from these sub-crates:

Repository Crate Documentation
hex crate documentation
downcast-rs crate documentation

Note: cast-rs is listed here for reference, but it's not directly included in cast-rs. This is a proc-macro crate for deriving some of cast-rs's traits.

Usage

Add this to your Cargo.toml:

[dependencies]
cast-rs = { git = "https://github.com/zTgx/cast-rs.git" }

and this to your crate root:

extern crate cast_rs;

Releases

Release notes are available in RELEASES.md.