Skip to content

Hide bytes and bytes_mut in doc - #392

Merged
onur-ozkan merged 1 commit into
mavlink:masterfrom
pv42:hide_bytes
Sep 4, 2025
Merged

Hide bytes and bytes_mut in doc#392
onur-ozkan merged 1 commit into
mavlink:masterfrom
pv42:hide_bytes

Conversation

@pv42

@pv42 pv42 commented Sep 4, 2025

Copy link
Copy Markdown
Contributor

These are not intended to be a part of the public api, they are only pub so they can be used by the generated dialect code.

Comment thread mavlink-core/src/lib.rs
Comment on lines +46 to 49
#[doc(hidden)]
pub mod bytes;
#[doc(hidden)]
pub mod bytes_mut;

@onur-ozkan onur-ozkan Sep 4, 2025

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason why they are pub then? I just saw the PR desc :)

@onur-ozkan
onur-ozkan merged commit fd83eae into mavlink:master Sep 4, 2025
45 checks passed
@pv42
pv42 deleted the hide_bytes branch September 18, 2025 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants