noslib

root/

📁 demo2020-07-02 19:42
📁 src2020-07-02 19:42
🖹 .gitignore[raw]2020-07-02 19:42
🖹 LICENSE[raw]2020-07-02 19:42
🖹 Makefile[raw]2020-07-02 19:42
🖹 N0Slib.h[raw]2020-07-02 19:42
🖹 README[raw]2020-07-02 19:42
🖹 package.scm[raw]2020-07-02 19:42

Latest Logs

1
2
3
2016-02-08 prefix licenses to avoid collisions
2016-02-08 added slash to indicate that release is a directory
2016-01-21 made a source release that can be fetched and build with the guix package

README

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
WARNING:
================================================================================
This project has some really garbage design choises and was NEVER
audited for correctness or security and I will gurantee it's brokenness.
I started it when I had nearly no C++ experience.
Use it only on your own risk and not for any important projects that
will be released and used in production.

Intro:
================================================================================
No(t 0) Strain Serialization Library (N0Slib) is a library to simpliefy
serialization in C++. The goal was to write only one function for each
data object and receive read/write abillity to/from xml/json/binary.

Xml and json could appear to be working sunny days, but don't let that fool you.
Binary is horrebly broken and got stalled and ignored.

I use it for some hobby projects, because I'm too lazy to switch to a proper
xml/json library.

Install:
================================================================================
Just run make.

Compiling will require C++11, gcc is recommended.

Support:
================================================================================
There is and will never be no support.
This page was generated with git-to-web.