docs.rs failed to build nomap-0.2.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
nomap-0.2.0
nomap
A parser for the .map
file format used by Quake 1 & 2 as well as Half-Life 1,
implemented using the nom parsing framework. It can
easily be integrated with other nom
parsers.
nomap
is whitespace agnostic and ignores comments.
It also optionally provides Display
implementations for all its types (through
the "display" feature), so you can serialise a parsed map back into a string.
Example
// parse the example map with the standard format
let map = .unwrap;
// report our findings
for ent in map.entities.iter