Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Fixint et. al. are doc hidden but probably should be able to lookup #559

@gz

Description

@gz

The Fixint, LittleEndian types for the Configuration are marked as doc(hidden), but probably shouldn't be as there is a need to find their import path sometimes:

E.g., if one declares a config as static the compiler wants the generic annotation:

static BINCODE_CONFIG: bincode::config::Configuration<LittleEndian, Fixint> =
    bincode::config::standard()
        .with_fixed_int_encoding()
        .with_little_endian();

The current docs don't allow me to lookup where LittleEndian, Fixint are declared in order to import them, unless I find them in the source (because they're hidden).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions