rkyv

Zero-copy deserialization framework for Rust (by rkyv)

Rkyv Alternatives

Similar projects and alternatives to rkyv

  1. book

    651 rkyv VS book

    The Rust Programming Language

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. alacritty

    368 rkyv VS alacritty

    A cross-platform, OpenGL terminal emulator.

  4. tokio

    219 rkyv VS tokio

    A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...

  5. serde

    198 rkyv VS serde

    Serialization framework for Rust

  6. slint

    147 rkyv VS slint

    Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.

  7. unsafe-code-guidelines

    Forum for discussion about what unsafe code can and can't do

  8. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  9. tui-rs

    68 rkyv VS tui-rs

    Discontinued Build terminal user interfaces and dashboards using Rust

  10. tracing

    55 rkyv VS tracing

    Application level tracing for Rust.

  11. psst

    44 rkyv VS psst

    Fast and multi-platform Spotify client with native GUI

  12. rust_serialization_benchmark

    Benchmarks for rust serialization frameworks

  13. rust-phf

    17 rkyv VS rust-phf

    Compile time static maps for Rust

  14. xous-core

    The Xous microkernel

  15. capnproto-rust

    Cap'n Proto for Rust

  16. jql

    11 rkyv VS jql

    A JSON Query Language CLI tool

  17. typical

    14 rkyv VS typical

    Data interchange with algebraic data types. (by stepchowfun)

  18. zero-copy-pads

    Padding/aligning values without heap allocation

  19. NoProto

    8 rkyv VS NoProto

    Flexible, Fast & Compact Serialization with RPC

  20. jj

    114 rkyv VS jj

    Discontinued A Git-compatible VCS that is both simple and powerful [Moved to: https://github.com/jj-vcs/jj] (by martinvonz)

  21. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better rkyv alternative or higher similarity.

rkyv discussion

Log in or Post with

rkyv reviews and mentions

Posts with mentions or reviews of rkyv. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-18.
  • Müsli - An experimental binary serialization framework with more choice
    7 projects | /r/rust | 18 May 2023
    And before you ask: This only provides partial zero-copy support in strings and byte arrays like serde. But it's not like rkyv which constructs validated references into the data.
  • A new major version of jql has been released
    4 projects | /r/rust | 23 Apr 2023
    Regarding JSON, what kind of other implementation do you have in mind? I've seen e.g. `rkyv` which looks really neat (https://github.com/rkyv/rkyv/issues/85). So far `serde_json` is providing a clean surface API but maybe there's best solution?
  • My negative views on Rust
    6 projects | /r/programming | 10 Dec 2022
    Thank you for your concern. I've done plenty of projects that go beyond a "Hello World" such as a GPU accelerated password cracker. I am starting soon a C++/Rust job. I already contributed to codebases I didn't write.
  • Hey Rustaceans! Got a question? Ask here! (37/2022)!
    12 projects | /r/rust | 12 Sep 2022
    rkyv is awesome because it supports full zero-copy deserialization. You can serialize your HashMap to a file. Later you can directly use the HashMap from the file without creating and populating a new HashMap in memory (rkyv directly indexes into the raw bytes). For even faster access times you can even mmap the file.
  • Bizarre memory leak caused by tokio runtime
    4 projects | /r/rust | 8 Sep 2022
    I had the same problem when trying to deserialize a big struct with rkyv: see rkyv#277.
  • Advice for the next dozen Rust GUIs
    9 projects | /r/rust | 15 Jul 2022
    Any chance of working with zero-copy deserialization frameworks? like https://github.com/rkyv/rkyv or capnproto
  • Pijul 1.0 Beta
    5 projects | news.ycombinator.com | 19 Jan 2022
    Hi, you seem to know a bit about Sanakirja!

    It stores 4kb blobs, right? Does Pijul first parses the data (copying it to other allocations), or uses the data as is? I mean, there are some libraries like cap'n'proto[0] and rkyv[1] that can directly use the file contents as an in-memory data structure, I was wondering if Pijul did anything like that.

    I mean, is this btree page [2] stored exactly like this on disk, and does Pijul exploits that to avoid further copying data?

    (I guess there's a trouble with compression there: to decompress you really need to write in another buffer)

    Also, is the I/O done with something that prevent userspace copies like mmap or io_uring, or does it eventually calls read() to copy the data to its own buffer?

    I want to build something like Sanakirja, but with those features, so I'm wondering if there's any overlap.

    [0] https://github.com/capnproto/capnproto-rust

    [1] https://github.com/rkyv/rkyv

    [2] https://docs.rs/sanakirja-core/latest/sanakirja_core/btree/p...

  • Is there a library like Serde but which makes it easy to mutate serialized data stored in a [u8] or Vec<u8>?
    2 projects | /r/rust | 6 Dec 2021
    I think https://github.com/rkyv/rkyv does this. Also capnproto like was mentioned here, and perhaps https://docs.rs/zerocopy/0.6.1/zerocopy/index.html too
  • rkyv 0.7: Endian-agnostic types, `no_std` validation, performance improvements, github sponsors and more!
    4 projects | /r/rust | 7 Jul 2021
    It's been two months since the last major rkyv release, and three months since the last major feature release. After all that time, I'm proud to announce that rkyv 0.7 is finally out!
  • rkyv 0.5: Comparison derives, serialize bounds, and the future
    2 projects | /r/rust | 5 Apr 2021
    After roughly two months of work, rkyv 0.5 is finally out!
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 20 Mar 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic rkyv repo stats
13
3,157
9.1
12 days ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Rust is
the 5th most popular programming language
based on number of references?