| Crates.io | fxkit |
| lib.rs | fxkit |
| version | 0.1.3 |
| created_at | 2026-01-08 00:26:52.945137+00 |
| updated_at | 2026-01-09 22:43:57.206353+00 |
| description | Useful utilities for writting Rust CLI tools |
| homepage | |
| repository | https://gitlab.com/alxhr0/fxkit |
| max_upload_size | |
| id | 2029307 |
| size | 44,005 |
This library is still in very early stage of development, it might contains bugs and LOTS of bugs and the API might change very often!
You have been warned.
A library which should make creating CLI or even GUI apps tools easier
To use nubuild, the user needs to have Nushell installed
./nubuild build -r
# To enable features, one just has to provide them one by one like this
./nubuikd build -r unix # for example
Or if one prefers to use cargo directly
cargo b --release
To install the C header + .so library
# Library
./nubuild install -l <path>
# Header
./nubuild install -h <path>
When not using nubuild, one has to copy the files manually