boost-info
TypeScript icon, indicating that this package has built-in type declarations

0.0.20240115 • Public • Published

Read Boost INFO file format via WebAssembly

Boost INFO is a simple file format used in Boost Property Tree C++ library. This package provides a parser for Boost INFO file format, which allows reading Boost INFO from JavaScript code.

Features:

  • Load Boost INFO format from a string.
  • Read value at given path.
  • Visit nodes at given path.

The implementation runs Boost C++ code in a WebAssembly module, so that it supports almost all features of Boost INFO file format. It does not support keys that contain . or \0 characters.

API documentation is available in Visual Studio Code and other editors after installation. See test.js for demonstrations on how to use this library.

/boost-info/

    Package Sidebar

    Install

    npm i boost-info

    Weekly Downloads

    0

    Version

    0.0.20240115

    License

    ISC

    Unpacked Size

    186 kB

    Total Files

    7

    Last publish

    Collaborators

    • yoursunny