nixide/rust/nix-util/src/lib.rs
Robert Hensing 4688ccbf95 refact: Make the callback convert to Result<String> immediately
This is slightly easier to use than the previous pattern that was
always followed up by the same conversions.

(cherry picked from commit 756c080730cd4fa81d4c0e3a99688cbe8debe57f)
2025-10-04 02:30:46 +02:00

4 lines
71 B
Rust

pub mod context;
pub mod settings;
#[macro_use]
pub mod string_return;