rasn VS faq

Compare rasn vs faq and see what are their differences.

rasn

A Safe #[no_std] ASN.1 Codec Framework (by librasn)

faq

Format Agnostic jQ -- process various formats with libjq (by jzelinskie)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
rasn faq
8 2
162 419
4.3% -
8.7 0.0
7 days ago about 1 year ago
Rust Go
GNU General Public License v3.0 or later Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rasn

Posts with mentions or reviews of rasn. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-10.
  • An Open Source Rust SNMP Simulator
    6 projects | dev.to | 10 Jan 2023
    The UdpFramed constructor must be supplied by an instance of a codec object, which implements the Encoder and Decoder Tokio crate traits. It’s used on top of the socket to handle frames. SnmpCodec is used to decode the received UDP socket data into a stream of SNMP messages, and to encode the SNMP messages into ASN.1 encoded UDP socket data. The SnmpCodec is a wrapper of rasn ASN.1 codec framework, which implements the Encoder and Decoder traits to encode and decode UDP frames. The decoder and encoder implementations leverage the rasn ASN.1 codec framework.
  • Fq: Jq for Binary Formats
    19 projects | news.ycombinator.com | 22 Dec 2021
    Shameless plug, but you may be interested in my library (which is MIT/Apache-2.0) that offers decoding from BER/DER/CER all from a single model in code, there's no UPER/APER support at the moment, but it's coming in the next few months. :)

    https://github.com/XAMPPRocky/rasn

  • Rasn 0.4 — New Compile-Time Validation, SET and ANY support, new LDAP and PKIX crates, and more!
    2 projects | /r/rust | 28 Sep 2021
    Hello everyone, I'm proud to announce the 0.4.0 of rasn! rasn is a #[no_std] codec framework for the ASN.1 data model and encoding rules. Allowing you to safely and easily parse ASN.1 data formats such as BER, CER, and DER in safe Rust. This release focused on rounding out the support for data types needed for more complicated specifications such as PKIX. If anyone has any questions about this release or rasn feel free to ask me here, or on the GitHub Discussions board.
    2 projects | /r/rust | 28 Sep 2021
  • Comparison of way too many Rust ASN.1 DER libraries
    2 projects | /r/rust | 21 Apr 2021

faq

Posts with mentions or reviews of faq. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-22.

What are some alternatives?

When comparing rasn and faq you can also consider the following projects:

asn1rs - Generates Rust Code and optionally compatible Protobuf schema files from ASN.1 definitions.

jqplay - A CLI-friendly, offline playground for jq and JMESPath, written in Go

fq - jq for binary formats - tool, language and decoders for working with binary and text formats

binspector - A binary format analysis tool

watchhttp - 🌺 Run command periodically and expose latest STDOUT as HTTP endpoint

jq - Command-line JSON processor [Moved to: https://github.com/jqlang/jq]

nom - Rust parser combinator framework

fx - Terminal JSON viewer & processor

fq - F@#$*&%Q (Message queue that is fast, brokered, in C and gets out of your way)

Kaitai Struct - Kaitai Struct: declarative language to generate binary data parsers in C++ / C# / Go / Java / JavaScript / Lua / Nim / Perl / PHP / Python / Ruby