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