ECN>> Nyx>> 返回
项目作者: AmayaHena

项目描述 :
FIle management & parsing (XML & JSON)
高级语言: C++
项目地址: git://github.com/AmayaHena/Nyx.git
创建时间: 2019-11-24T12:49:12Z
项目社区:https://github.com/AmayaHena/Nyx

开源协议:MIT License

下载




Description

A try to make a useful lib to parse things & manage file(s).

Working on linux only.

You can find the documentation in the Wiki section of this repo.

WARNING: This lib is based on my personals needs in general, you can contact if you have an idea.

Utility

File Management

File Parsing

JSON Parsing

XML Parsing

Build

To build the project, CMake is required.

You can use the script:

  1. ./build.sh

You can also do the manual command line:

  1. mkdir build && cd build && cmake .. && make

Clean

If needed a clean script to clean the files generated after a build:

  1. #!/bin/bash
  2. rm -rf build/
  3. rm -rf libNyx.so

Preview