Skip to content
#

rust-crate

Here are 302 public repositories matching this topic...

ssokolow
ssokolow commented Oct 18, 2019

It's bad UI design to have required option flags on a command-line tool. In fact, the documentation for Python's in-stdlib argument parsing library explicitly teaches people to avoid it.

This...

rustig [FLAGS] [OPTIONS] --binary <FILE>

...should be this...

rustig [FLAGS] [OPTIONS] <FILE>

Requiring --binary or -b before what could be a positional argument just makes the c

Trisfald
Trisfald commented Mar 5, 2020

Could be useful to have a benchmark to measure how many events can be fired per second.

We could think of running one bench with only DummyEvent and another bench with StartRound and EndRound in sequence.

Keep in mind all events end up in the in-memory timeline and we shouldn't allocate too much for a benchmark.

Improve this page

Add a description, image, and links to the rust-crate topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rust-crate topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.