nwnrs-resdir 0.0.8

Neverwinter Nights directory-backed resource container
docs.rs failed to build nwnrs-resdir-0.0.8
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.

nwnrs-resdir

Directory-backed nwnrs-resman::ResContainer implementation.

Why This Crate Exists

Override directories are a first-class NWN concept. Without a ResContainer-backed directory implementation, tools that use nwnrs-resman could not include loose files alongside archive-backed resources. This crate bridges the gap so nwnrs-install and user tooling can add override directories to a layered resource manager without special-casing them.

Scope

  • scan an on-disk directory tree for NWN-style resources
  • resolve filenames into typed resource references
  • expose the resulting directory as a ResContainer

See also

  • nwnrs-resman, which defines the ResContainer abstraction this crate implements
  • nwnrs-install, which adds directory containers to the layered resource manager