dbnexus 0.1.3

An enterprise-grade database abstraction layer for Rust with built-in permission control and connection pooling
1
2
3
4
5
6
7
8
# 格式化配置
edition = "2024"
max_width = 120
tab_spaces = 4
hard_tabs = false
merge_derives = true
use_field_init_shorthand = true
use_try_shorthand = true