desse icon indicating copy to clipboard operation
desse copied to clipboard

Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).

Results 6 desse issues
Sort by recently updated
recently updated
newest added

The `DesseStatic` trait was missing for the float types. Was there any specific reason?

[Description](https://www.reddit.com/r/rust/comments/bim2dt/helpwanted_i_need_suggestions_for_designing/)

help wanted
pinned

Inspirations: - https://docs.microsoft.com/en-us/dotnet/standard/serialization/version-tolerant-serialization - https://thrift.apache.org/static/files/thrift-20070401.pdf

pinned

Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. Changelog Sourced from criterion's changelog. [0.4.0] - 2022-09-10 Removed The Criterion::can_plot function has been removed. The Criterion::bench_function_over_inputs function has been...

dependencies

Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. Changelog Sourced from criterion's changelog. [0.5.0] - 2023-05-23 Changed Replaced lazy_static dependency with once_cell Improved documentation of the html_reports feature...

dependencies

Updates the requirements on [syn](https://github.com/dtolnay/syn) to permit the latest version. Release notes Sourced from syn's releases. 2.0.4 Improve error reporting when parsing identifiers and paths (#1415, #1416) Commits 91ca7c0 Release...

dependencies