2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)Rust8,165 stars (8,165 stars)768 forks (768 forks)batch import
help wanted
Description
Are there any examples of using nom in no_std mode? I can't tell what combinators are and are not allowed just from the documentation.
Contributor guide
- Tech stack
- rust
- Domain
- documentation
- Issue type
- documentation
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- basic Rustunderstanding of nom
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 25
- Research direction
- The issue asks for examples of using nom in no std mode. To address this, first familiarize yourself with nom's no std support by reviewing the crate's configuration and existing examples in the repository (e.g., the 'examples' directory or documentation). Identify which combinators are compatible with no std by checking their dependencies on std features. Look for any linked resources in the comments (2 comments present). The goal is to create a concise example demonstrating a no std parser using nom, possibly adding it to the documentation or examples folder. Note that the issue is from 2018 and may require checking the current state of the codebase.