Go to file
dependabot[bot] 8d234ecebb
Bump rust-build/rust-build.action from 1.4.0 to 1.4.3
Bumps [rust-build/rust-build.action](https://github.com/rust-build/rust-build.action) from 1.4.0 to 1.4.3.
- [Release notes](https://github.com/rust-build/rust-build.action/releases)
- [Commits](https://github.com/rust-build/rust-build.action/compare/v1.4.0...v1.4.3)

---
updated-dependencies:
- dependency-name: rust-build/rust-build.action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-13 12:09:14 +00:00
.github Bump rust-build/rust-build.action from 1.4.0 to 1.4.3 2023-03-13 12:09:14 +00:00
.vscode Initial code 2022-10-24 17:50:17 +02:00
src Initial code 2022-10-24 17:50:17 +02:00
test/data Initial code 2022-10-24 17:50:17 +02:00
.gitignore Initial code 2022-10-24 17:50:17 +02:00
Cargo.toml Update hashbrown requirement from 0.12.3 to 0.13.1 (#2) 2022-11-10 12:22:54 +01:00
LICENSE Initial commit 2022-10-24 11:10:36 +02:00
README.md Initial code 2022-10-24 17:50:17 +02:00

README.md

MLG CLI

Command line tool for MLG files.

Download

See: releases.

Usage

Command line tool for MLG files

Usage: mlg <COMMAND>

Commands:
  convert  Converts MLG file to another format
  help     Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help information

Development

# dev
cargo-watch -x run # cargo install cargo-watch

# profile
sudo cargo flamegraph --dev

# bench
hyperfine --warmup 3 ./target/release/mlg