zouni

Crates.iozouni
lib.rszouni
version0.1.7
created_at2025-09-02 09:43:44.814057+00
updated_at2025-09-18 09:40:19.439991+00
descriptionVariety of functions that `std` does not offer or `std` offers but are not satisfiable
homepage
repositoryhttps://github.com/mrdkprj/zouni
max_upload_size
id1820905
size132,932
(mrdkprj)

documentation

https://docs.rs/zouni/

README

zouni

Variety of functions that std does not offer or std offers but are not satisfiable.

clipboard

  • read_text
  • write_text
  • read_uris
  • write_uris

device

  • listen

drag & drop

  • start_drag

fs

  • stat
  • get_mime_type
  • readdir
  • mv
  • mv_all
  • copy
  • copy_all
  • delete
  • delete_all
  • trash
  • trash_all
  • undelete
  • utimes
  • create_symlink

shell

  • open_path
  • open_path_with
  • open_file_property
  • show_item_in_folder
  • trash

process

  • spawn

dialog(depending on rfd)

  • message
  • open
  • save
Commit count: 104

cargo fmt