Skip to main content

Crate graphify_core

Crate graphify_core 

Source

Modules§

confidence
error
graph
id
model

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_bytes bytes while preserving UTF-8 validity.