camkego

This looks useful. But, it's interesting how the backend-world and front-end world keep diverging. I must admit, I had no idea what this was from the title. "CLI framework"? But in backend-land, these would typically be called "argument parsers" or "command line argument parsers". But maybe I am missing some of the functionality.

show comments
bennettpompi1

this is cool! i'd recommend fleshing out the README. Clicked on the link before the discussion and was a tad confused.

show comments
matt_kantor

> Versions before 1.0 do not strictly follow semantic versioning.

Sorry for being nitpicky, but yes they do. Semantic versioning[0] allows arbitrary changes while the major version is 0:

> Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable.

[0]: https://semver.org/

show comments
rgbrgb

nice, congrats on launch. To get an idea... what's the size of a standalone hello world cli binary?

show comments
landl0rd

Is there an examples section? Would be helpful to see a demo

show comments
dnlzro

Psst, the GitHub link in your post is broken (it should be https://github.com/chenxin-yan/crust).

show comments