iron-os-packages-api 0.1.0

Iron OS Packages Api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## packages folder
packages
 - packages.fdb
 - chnobli_ui
  - package.fdb // json_db containing information about the package
  - left
  - right

package.fdb
 - name
 - version_str
 - version // hash
 - signature // signature of the current version
 - current // folder of the current left|right
 - binary // Option<String>

## Todo
maybe add custom error