rsql_driver_fwf 0.19.3

rsql fixed width format driver
Documentation

rsql_driver_fwf

Documentation Code Coverage Latest version License Semantic Versioning

rsql_driver_fwf is a data driver for fixed width format (FWF) files.

Usage

Driver url format: fwf://<file>?widths=<widths>[&has_header=<true|false>][&skip_rows=<n>]

The driver is implemented using Polars SQL.

Safety

These crates use #![forbid(unsafe_code)] to ensure everything is implemented in 100% safe Rust.

License

Licensed under either of: