docs.rs failed to build rsql_driver_fwf-0.19.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
rsql_driver_fwf-0.19.3
rsql_driver_fwf
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:
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)