bt_file_utils

Crates.iobt_file_utils
lib.rsbt_file_utils
version0.1.3
created_at2025-01-31 22:11:26.832282+00
updated_at2025-11-13 17:27:41.015912+00
descriptionBasic file read operation. Returns string with file. The file is either a relative location or passes via an environment variable
homepagehttps://github.com/bachuetech/bt_file_utils
repositoryhttps://github.com/bachuetech/bt_file_utils
max_upload_size
id1537875
size13,658
(bachuetech)

documentation

README

Project Title

BT FILE UTILS

Description

A simple implementation to read a file from relative location or environment variable and return a String.

Usage

let file_content = get_file(env_variable, or_file_name);  

Version History

  • 0.1.0
    • Initial Release
  • 0.1.1
    • Use Rust 2024 Edition
  • 0.1.2
    • Update dependencies
  • 0.1.3
    • Update dependencies

License

GPL-3.0-only

Commit count: 6

cargo fmt