lawkit-core 2.1.0

Core library for statistical law analysis with international number support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod csv;
pub mod excel;
pub mod html;
pub mod json_xml;
pub mod opendocument;
pub mod pdf;
pub mod powerpoint;
pub mod word;

// Re-export key functionality for easier imports
pub use csv::*;
pub use excel::*;
pub use html::*;
pub use json_xml::*;
pub use opendocument::*;
pub use pdf::*;
pub use powerpoint::*;
pub use word::*;