pub fn encode_ids(text: &str) -> Option<Vec<u32>>
Encode text into Claude token ids. Returns None if the tokenizer is unavailable so callers can pick a byte-based fallback.
text
None