Current section

Files

Jump to
edgar_client native edgar src lib.rs
Raw

native/edgar/src/lib.rs

mod thirteenf;
use thirteenf::{parse_13f_document, parse_13f_table};
rustler::init!("Elixir.EDGAR.Native", [parse_13f_document, parse_13f_table]);