| Crates.io | bt_file_utils |
| lib.rs | bt_file_utils |
| version | 0.1.3 |
| created_at | 2025-01-31 22:11:26.832282+00 |
| updated_at | 2025-11-13 17:27:41.015912+00 |
| description | Basic file read operation. Returns string with file. The file is either a relative location or passes via an environment variable |
| homepage | https://github.com/bachuetech/bt_file_utils |
| repository | https://github.com/bachuetech/bt_file_utils |
| max_upload_size | |
| id | 1537875 |
| size | 13,658 |
BT FILE UTILS
A simple implementation to read a file from relative location or environment variable and return a String.
let file_content = get_file(env_variable, or_file_name);
GPL-3.0-only