guilt-by-association

Crates.ioguilt-by-association
lib.rsguilt-by-association
version0.5.0
sourcesrc
created_at2015-07-02 19:37:29.135478
updated_at2018-03-13 23:08:22.410688
descriptionMacro for declaring/implementing traits with fake associated consts (in stable Rust)
homepagehttps://github.com/durka/guilt-by-association
repositoryhttps://github.com/durka/guilt-by-association
max_upload_size
id2520
size15,760
Alex Burka (durka)

documentation

README

This package defines a macro that approximates the syntax for associated consts that is used in nightly Rust builds, but it turns the consts into functions so no nightly features are required. Therefore, we can have the appearance (but not the advantages) of associated consts in stable Rust.

Requires rust 1.3 or higher. This package will be irrelevant whenever associated consts get stabilized.

For documentation, run cargo doc.

Commit count: 25

cargo fmt