djkoloski / rust_serialization_benchmark

Benchmarks for rust serialization frameworks
514 stars 48 forks source link

Remove use bincode in rkyv #70

Closed caibear closed 1 month ago

caibear commented 1 month ago

Removes a seemingly random use statement. Allows feature=rkyv without feature=bincode.