Thanks to visit codestin.com
Credit goes to lib.rs

Cargo Features

[dependencies]
typewit = { version = "1.14.2", default-features = false, features = ["alloc", "rust_1_61", "rust_1_65", "rust_1_83", "rust_stable", "proc_macros", "const_marker", "adt_const_marker", "generic_const_exprs", "mut_refs", "nightly_mut_refs", "docsrs", "trybuild"] }
default = proc_macros

The proc_macros feature is set by default whenever typewit is added without default-features = false somewhere in the dependency tree.

alloc

Affects type_fn::GBox

rust_1_61 rust_1_65?
rust_1_65 rust_1_83? = rust_1_61

Affects typewit::methods, typewit::type_constructors

rust_1_83 rust_stable? = rust_1_65
rust_stable adt_const_marker? generic_const_exprs? mut_refs? = rust_1_83
proc_macros default = typewit_proc_macros
const_marker
adt_const_marker = rust_stable

Affects const_marker::slice

generic_const_exprs = rust_stable

Affects typewit::ReadmeTest

mut_refs nightly_mut_refs? = rust_stable
nightly_mut_refs = mut_refs
__test_doc_lints

Affects typewit::test_doc_lints

docsrs

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

trybuild implicit feature

Enables trybuild

trybuild:

Test harness for ui tests of compiler diagnostics

typewit_proc_macros proc_macros