Crates.io | type_level_examples |
lib.rs | type_level_examples |
version | 0.1.0 |
source | src |
created_at | 2018-10-03 05:04:52.34962 |
updated_at | 2018-11-20 03:41:03.85823 |
description | Examples of using type-level values and functions. |
homepage | |
repository | https://github.com/rodrimati1992/type_level |
max_upload_size | |
id | 87742 |
size | 105,009 |
Examples of using type-level values and functions.
You are free to copy any of the examples here,improvements to this examples should be (preferably) an issue or a pull request.
This is a library purely so that docs.rs
can show documentation for it,
do not use this crate as a dependency.
To run the examples do cargo run --
and then add one of the arguments from the help message.
Please create issues for any problem.
This crate uses derive_type_level
to access the
TypeLevel
and MutConstValue
derive macros,
and type_level_values
for types and traits related to type-level values and functions.
type_level is licensed under either of
Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in type_level by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.