this repo has no description

readme cleanup #3

merged opened by jonaskruckenberg.de targeting main from push-xvotqwrmlzxp
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:wur5mmsnhlocanyqtus3oex5/sh.tangled.repo.pull/3mgouhtsqct22
+6
Diff #0
+6
README.md
··· 3 3 - `platforms/` build system configurations for various target platforms 4 4 - `lib/` various utility libraries 5 5 - `sys/` the kernel and its subsystems 6 + - `third-party/` integration with 3rd party dependencies (crates.io) 6 7 - `test/` integration tests, Wasm conformance tests, etc. 7 8 - `website/` the website (TODO) 9 + 10 + # naming convention 11 + 12 + - all crates use *kebab case* both in the folder name and crate name 13 + - OS subsystems and components are prefixed with `k` e.g. `kasync` and `kmem` (these go into `sys/`) while regular, potentially publish-able crates are not prefixed.

History

1 round 0 comments
sign up or login to add to the discussion
1 commit
expand
readme cleanup
expand 0 comments
pull request successfully merged