Closed nt202 closed 2 years ago
Apparently this is a bug. I will fix. Please, isolate your structs with submodules for now.
Example:
pub mod mod1 {
use rsfbclient::{prelude::*, FbError};
pub struct UserExists...
}
pub mod mod2 {
use rsfbclient::{prelude::*, FbError};
pub struct PasswordCorrect...
}
Thank you :)
0.19.0
released, please check the new version
@fernandobatels, Thank you! It doesn't complain anymore, but I have a question, https://crates.io/crates/r2d2_firebird has not been updated?
https://crates.io/crates/r2d2_firebird has not been updated?
This crate is not building anymore with recents rust versions. I will check this tonight.
Hello, how to use IntoParams more than once? (I am new to Rust)