added traits and include features with docs

This commit is contained in:
2026-05-20 19:10:29 -04:00
parent a32cb3a4da
commit 56775c8c1b
8 changed files with 657 additions and 91 deletions

View File

@ -45,7 +45,7 @@ fn jspg_failure() -> JsonB {
#[cfg_attr(not(test), pg_extern(strict))]
pub fn jspg_setup(database: Json) -> Json {
let (new_jspg, drop) = crate::jspg::Jspg::new(&database.0);
let (new_jspg, drop) = crate::jspg::Jspg::new(database.0);
let new_arc = Arc::new(new_jspg);
// 3. ATOMIC SWAP