Cargo Features

ReprOffset has no features set by default.

[dependencies]
repr_offset = { version = "0.2.2", features = ["for_examples", "derive", "priv_expensive_test", "priv_raw_ref", "docsrs", "testing", "test_nightly"] }
for_examples testing?

Enables the for_examples module, with types used in examples.

Affects repr_offset::for_examples_inner

derive = repr_offset_derive
priv_expensive_test
priv_raw_ref test_nightly?
docsrs
testing test_nightly? = for_examples

Affects repr_offset::types_for_tests

test_nightly = priv_raw_ref, testing

To run tests in nightly Rust.

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.

repr_offset_derive derive?