Make ffi module private
The ffi module exposed ada_string::as_str() which returns &'static str. This lifetime is incorrect as the data actually borrows from the underlying ada_url object. Making the module private prevents external users from encountering this soundness issue.
合并状态:未合并 关闭于 2025-12-29 5 条评论