Go to file
2024-03-24 18:49:16 +03:00
.cargo Impl 2021-09-10 17:32:09 +03:00
examples feat: Libini (closes #2) 2024-03-24 18:49:16 +03:00
src feat: Libini (closes #2) 2024-03-24 18:49:16 +03:00
.gitignore Replace magic nums to constants 2023-06-20 22:09:25 +03:00
build.rs feat: Buttons + events 2024-01-31 16:31:47 +03:00
Cargo.toml feat: DLL, console 2024-02-01 19:02:41 +03:00
i686-kolibri.json build: Fix data-layout 2024-02-07 11:12:39 +03:00
link.x feat: DLL, console 2024-02-01 19:02:41 +03:00
Makefile.toml feat: DLL, console 2024-02-01 19:02:41 +03:00
README.md Update README.md 2024-02-01 19:02:41 +03:00
rust-toolchain Impl 2021-09-10 17:32:09 +03:00

Rust library for KolibriOS

Project uses cargo-make for building steps. Also you need a working FASM.

Once installed building is trivial then: cargo make --profile production <example name> produces a ready-to-use binary at root.