Docs.rs
  • Releases
    • All Releases
    • Releases by Stars
    • Recent Build Failures
    • Build Failures by Stars
    • Release Activity
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • Rust Cookbook
    • Crates.io
    • The Cargo Guide

Releases

Crates from Loïc Lecrenier
  • Recent
  • Stars
  • Recent Failures
  • Failures By Stars
  • Activity
  • Queue
  • loiclec
  • fuzzcheck_mutators_derive-0.12.0
    Procedural macros to generate fuzzcheck mutators
    374
  • fuzzcheck-0.12.0
    A modular, structure-aware, and feedback-driven fuzzing engine for Rust functions
    374
  • cargo-fuzzcheck-0.12.0
    Command line tool to use fuzzcheck-rs
    374
  • fuzzcheck_common-0.12.0
    Common components for both cargo-fuzzcheck and fuzzcheck
    374
  • decent-serde-toml-derive-alternative-0.3.0
    A derive proc-macro for the FromToml and ToToml traits defined by the decent-toml-rs-alternative crate. It compiles quickly but is not as robust or flexible as the serde_derive proc-macro. Sometimes it is enough.
    0
  • fuzzcheck_serializer-0.6.0
    Basic serializers to use with fuzzcheck-rs
    0
  • decent-synquote-alternative-0.4.0
    An alternative to the syn and quote crates for when you want to write your own derive proc-macro. It was originally based on the microserde code, but has grown a lot since then. It is not as complete, documented, or well-tested as syn or quote, but it fits my needs, and it compiles quite quickly.
    0
  • decent-serde-json-derive-alternative-0.5.0
    A derive proc-macro for the FromJson and ToJson traits defined by the decent-serde-json-alternative crate. It compiles quickly but is not as robust or flexible as the serde_derive proc-macro. Sometimes it is enough.
    0
  • decent-serde-json-alternative-0.5.0
    This crate builds on the json crate to provide the FromJson and ToJson traits. You can pair it with the decent-serde-json-derive-alternative crate to automatically derive an implementation of those traits for your own types. In some cases, this can serve your (de)serialization needs without having to build syn, quote, serde, and serde_json.
    0
  • fuzzcheck_arg_parser-0.4.0
    Argument parser for fuzzcheck-rs
    0
  • decent-toml-rs-alternative-0.3.0
    A fork of the toml-rs crate (by Alex Crichton) that does not depend on serde. It is much less powerful, less documented, and not well-tested yet, but it is fast to compile and does what I want for my own use case. It might grow into a very capable crate at some point. Pair it with the decent-serde-toml-derive-alternative crate to derive the (de)serialization implementation for your own types, and thus avoid syn, quote, and serde entirely.
    0
  • fuzzcheck_nix_subset-0.1.1
    Subset of the nix crate used by fuzzcheck-rs
    0
  • fuzzcheck_mutators-0.6.0
    Basic mutators for fuzzcheck-rs
    0
  • fuzzcheck_traits-0.6.0
    Definition of traits used by fuzzcheck-rs
    0
About docs.rs Privacy policy Build queue