Packages

Library for converting RTF to plain text using Rust NIF.

Current section

Files

Jump to
rtf_parser native rtfparser .cargo config.toml
Raw

native/rtfparser/.cargo/config.toml

[target.'cfg(target_os = "macos")']
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]