univerz

Results 2 issues of univerz

to build on gentoo linux i had to make these changes (just hacks without deeper understanding) to `mongoc-sys/build.rs` ``` diff build.rs build_.rs 83c83 < println!("cargo:rustc-link-search=native={}/usr/local/lib", &out_dir.to_string_lossy()); --- > println!("cargo:rustc-link-search=native={}/usr/local/lib64", &out_dir.to_string_lossy());...

[documentation](https://docs.rs/server_fn/0.6.12/server_fn/codec/index.html) says it should be simple: > To define a new encoding, you simply implement an input combination (IntoReq and FromReq) and/or an output encoding (IntoRes and FromRes). but after...