Modules§
Constants§
- MAX_
FILENAME_ BYTES - Maximum bytes for a single filename component (excluding extension). macOS HFS+/APFS limit is 255 bytes per component; we reserve 15 for extension + safety.
Functions§
- truncate_
to_ bytes - Truncate a string to at most
max_bytesbytes while preserving UTF-8 validity.