mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-08-07 04:05:46 +00:00
3 lines
94 B
Rust
3 lines
94 B
Rust
pub fn bincode_config() -> bincode::config::Configuration {
|
|
bincode::config::standard()
|
|
}
|