rsql_core

Crates.iorsql_core
lib.rsrsql_core
version
sourcesrc
created_at2024-03-11 02:59:49.340793+00
updated_at2025-03-27 06:11:22.485269+00
descriptionrsql core library for creating a command line SQL interfaces
homepage
repositoryhttps://github.com/theseus-rs/rsql
max_upload_size
id1169155
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Brian Heineman (brianheineman)

documentation

README

rsql_core

ci Documentation Code Coverage Benchmarks Latest version License Semantic Versioning

rsql_core is a library for creating a command line SQL interfaces.

Getting Started

Safety

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

License

Licensed under either of:

Commit count: 843

cargo fmt