Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uapi: add support for complete systypes and cargo ecosystem #101

Merged
merged 3 commits into from
Dec 13, 2024

Conversation

pthierry-ledger
Copy link
Member

@pthierry-ledger pthierry-ledger commented Dec 11, 2024

  • fix cargo fmt through meson test cargo-fmt
  • fix cargo test through meson test cargo-test
  • add all missing types in systypes.rs so that Rust app do work properly
  • Use CamlCase convesion for Rust types, keeping them separated from the C header's snake case convention

Note: all system types are using repr(C), as the kernel is written in C.

@pthierry-ledger pthierry-ledger added api impact the external API of the component enhancement request for code evolution lang:rust Pull requests that update Rust code labels Dec 11, 2024
fix snake case to caml case
@pthierry-ledger pthierry-ledger marked this pull request as ready for review December 11, 2024 15:53
@pthierry-ledger pthierry-ledger added documentation Improvements or additions to documentation test test or test suite related labels Dec 11, 2024
@pthierry-ledger pthierry-ledger merged commit 2098209 into outpost-os:main Dec 13, 2024
73 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api impact the external API of the component documentation Improvements or additions to documentation enhancement request for code evolution lang:rust Pull requests that update Rust code test test or test suite related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants