1 unstable release

0.1.0 Jul 29, 2024

#1091 in Database interfaces

28 downloads per month
Used in fusiondata

Custom license

74KB
2K SLoC

ultimate-common

秦岭业务公共库

代码结构

src
├── auto_config.rs
├── config
   ├── config.rs
   ├── error
   └── mod.rs
├── db
   ├── error.rs
   └── mod.rs
├── error.rs
├── lib.rs
├── pwd
   ├── error.rs
   ├── hmac_hasher.rs
   └── mod.rs
├── token
   ├── error.rs
   └── mod.rs
├── trace
   └── mod.rs
├── utils
   ├── error.rs
   ├── mod.rs
   └── times.rs
└── web
    ├── extract.rs
    └── mod.rs

lib.rs:

秦岭 Rust 公共库 This is an example of a footnote[^note].

这里是另一个角标^2

很好,未换行!

[^note]: This text is the contents of the footnote, which will be rendered towards the bottom.

Dependencies

~62MB
~1M SLoC