Docs.rs
genies_core-1.4.4
genies_core 1.4.4
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
crates.io
Source
Owners
tdcare
Dependencies
base64ct ^1.5.3
normal
jsonwebtoken ^7.2.0
normal
log ^0.4.17
normal
rbdc ^4.5
normal
salvo ^0.79.0
normal
serde ^1.0.148
normal
serde_json ^1.0.89
normal
sha2 ^0.10.6
normal
surf ^2.1.0
normal
thiserror ^1.0
normal
tokio ^1.22.0
normal
Versions
16.83%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Crate genies_core
genies_
core
1.4.4
All Items
Crate Items
Modules
Structs
Constants
Type Aliases
Crate
genies_
core
Copy item path
Source
Modules
§
condition
error
Errorand Result types.
jwt
Structs
§
RespVO
http接口返回模型结构,提供基础的 code,msg,data 等json数据结构
ResultDTO
兼容Java返回值
Constants
§
CODE_
FAIL
CODE_
FAIL_
I32
CODE_
SUCCESS
CODE_
SUCCESS_
I32
Type Aliases
§
Result
自定义 Result 类型,接受两个泛型参数:T 为成功时的返回类型,E 为错误类型