Crates.io | axum-mongodb-core |
lib.rs | axum-mongodb-core |
version | 0.2.2 |
source | src |
created_at | 2024-01-02 14:40:37.055908 |
updated_at | 2024-01-12 03:54:23.320012 |
description | the core of axum-mongodb |
homepage | |
repository | https://github.com/yexiyue/axum-mongodb |
max_upload_size | |
id | 1086327 |
size | 26,853 |
该库是axum-mongodb的核心库,主要提供其中宏相关的实现
提供以下宏
#[derive(Column)]
Derive宏,用于收集结构体元信息#[axum_mongodb::main]
属性宏,在main函数上使用,主要生成相关结构体,例如Servers、Server#[axum_mongodb::inject]
属性宏,用于axum handler上,主要作用是替换DBServers
到axum_mongodb::MongoDbServer<crate::Servers>
该库不支持直接使用,具体用法请查看axum_mongodb