unyt-org/datex

Refactor visibility across whole project

Open

#771 opened on Apr 27, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (2 forks)github user discovery
enhancementgood first issuenon-blockingtodo

Repository metrics

Stars
 (14 stars)
PR merge metrics
 (PR metrics pending)

Description

  1. Make everything invisible, that is not used outside a module (including struct fields), add potential getters if only ro access required
  2. Prefer pub super for module based visibility, if read only access is not required from outside

Contributor guide