+6
Diff
round #0
+6
README.md
+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
jonaskruckenberg.de
submitted
#0
1 commit
expand
collapse
readme cleanup
expand 0 comments
pull request successfully merged