axum-mongodb-core

Crates.ioaxum-mongodb-core
lib.rsaxum-mongodb-core
version0.2.2
sourcesrc
created_at2024-01-02 14:40:37.055908
updated_at2024-01-12 03:54:23.320012
descriptionthe core of axum-mongodb
homepage
repositoryhttps://github.com/yexiyue/axum-mongodb
max_upload_size
id1086327
size26,853
叶师傅 (yexiyue)

documentation

README

该库是axum-mongodb的核心库,主要提供其中宏相关的实现

提供以下宏

  • Column:#[derive(Column)]Derive宏,用于收集结构体元信息
  • main:#[axum_mongodb::main]属性宏,在main函数上使用,主要生成相关结构体,例如Servers、Server
  • Inject:#[axum_mongodb::inject]属性宏,用于axum handler上,主要作用是替换DBServersaxum_mongodb::MongoDbServer<crate::Servers>

该库不支持直接使用,具体用法请查看axum_mongodb

Commit count: 0

cargo fmt