fxkit

Crates.iofxkit
lib.rsfxkit
version0.1.3
created_at2026-01-08 00:26:52.945137+00
updated_at2026-01-09 22:43:57.206353+00
descriptionUseful utilities for writting Rust CLI tools
homepage
repositoryhttps://gitlab.com/alxhr0/fxkit
max_upload_size
id2029307
size44,005
Alxhr0 (Alxhr0)

documentation

https://docs.rs/fxkit/

README

Fxkit

WARNING.

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

Build

To use nubuild, the user needs to have Nushell installed

Building a release version

./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

Commit count: 8

cargo fmt