cast-rs

Crates.iocast-rs
lib.rscast-rs
version0.2.1
sourcesrc
created_at2019-08-08 04:25:58.847958
updated_at2020-04-13 00:03:50.30869
descriptionA collection of types cast for Rust.
homepage
repositoryhttps://github.com/zTgx/cast-rs.git
max_upload_size
id154918
size17,435
(zTgx)

documentation

README

cast-rs

Travis status crate

A collection of types cast for Rust.

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

Repository Crate Documentation
hex crate documentation
downcast-rs crate documentation
slice-cast 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 = "0.2.1"

and those to your crate root:

hex

use cast_rs::hex;

downcast

use cast_rs::downcast_rs::*;

slicecast

use cast_rs::slice_cast;
Commit count: 35

cargo fmt