Skip to content

icu_capi's Rust-facing API should not lock us into file structure #6274

Closed
@sffc

Description

@sffc

Currently it is stable icu_capi API that we have things like icu_capi::collections_sets::ffi::CodePointSetBuilder

This is not good because it locks us into a particular file structure.

Remedy: export the types from Rust in a single top-level ffi module, like icu_capi::ffi::CodePointSetBuilder.

@Manishearth

Metadata

Metadata

Assignees

Labels

2.0-breakingChanges that are breaking API changesC-ffi-infraComponent: Diplomat, horizontal FFI

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions