Packages

Fast Elixir Atom feed parser, a NIF wrapper around the Rust Atom crate

Current section

Files

Jump to
fast_atom native fastatom .cargo config
Raw

native/fastatom/.cargo/config

[target.x86_64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]
[target.aarch64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]