Bruno

Results 2 issues of Bruno

Seems quite simple to reproduce on 0.8.0: ```rust let db = unsafe { Database::create("transfers.redb", 120 * 1024 * 1024)? }; db.set_write_strategy(WriteStrategy::TwoPhase)?; drop(db); let db = unsafe { Database::create("transfers.redb", 120 *...

This fixes an issue where the doc comment description of an e.g. JSON parameter of a request would not show up in the generated API spec. For example: ```rust #[oai(path...