Crates.io | sunform-htmlapi |
lib.rs | sunform-htmlapi |
version | 0.1.0 |
source | src |
created_at | 2024-07-22 15:27:26.090625 |
updated_at | 2024-07-22 15:27:26.090625 |
description | Converts an ActionScript 3 API description directory into a browsable HTML website ZIP archive. |
homepage | |
repository | https://github.com/sunformsdk/htmlapi |
max_upload_size | |
id | 1311252 |
size | 14,447 |
The sunformhtmlapi
executable converts an ActionScript 3 API directory into a ZIP archive containing a browsable HTML website.
ActionScript 3 items are placed as a TOML file into a package tree in the file system. For example, the foo.bar
package defines a function sum
:
foo/bar/sum.toml
[method]
name = "sum"
description = "Sums two numbers."
[[param]]
name = "a"
type = "Number"
[[param]]
name = "b"
type = "Number"
[[result]]
type = "Number"
smodel
- for representing the ActionScript 3 thingy.clap
- for the command line application.file_paths
- for path manipulations.