zino-core

Crates.iozino-core
lib.rszino-core
version
sourcesrc
created_at2023-01-03 10:41:33.538243
updated_at2024-12-12 08:55:14.729885
descriptionCore types and traits for zino.
homepagehttps://github.com/zino-rs/zino
repositoryhttps://github.com/zino-rs/zino
max_upload_size
id750048
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | 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
Zan Pan (photino)

documentation

https://docs.rs/zino-core

README

github crates-io docs-rs

Core types and traits for zino.

Feature flags

The following optional features are available:

Name Description Default?
accessor Enables the data access layer built with opendal. No
chatbot Enables the chatbot services. No
connector Enables the data source connectors. No
cookie Enables the support for cookies. No
crypto-sm Enables China's Standards of Encryption Algorithms. No
debug Enables the features for ease of debugging. No
dotenv Enables the configuration loader for a .env file. No
env-filter Enables the env-filter for tracing-subscriber. No
flume Enables the message channel via flume. No
http-client Enables the HTTP client via reqwest. No
i18n Enables the support for internationalization. No
locale Enables the support for locale related utilities. No
metrics Enables the metrics exporter. No
oidc Enables the support for OIDC via rauthy. No
openapi Enables the support for OpenAPI docs via utoipa. No
orm Enables the ORM for MySQL, PostgreSQL or SQLite. No
runtime-async-std Enables the async-std runtime. No
runtime-tokio Enables the tokio runtime. No
sentry Enables the integration with sentry. No
tls-native Enables the native-tls TLS backend. No
tls-rustls Enables the rustls TLS backend. No
tracing-log Enables the tracing-log for tracing-subscriber. No
tracing-subscriber Enables the integration with tracing-subscriber. No
validator Enables the common validation rules. No
view Enables the HTML template rendering. No
Commit count: 587

cargo fmt