2 releases

0.0.1-alpha.2 Feb 5, 2023

#5 in #ner

Custom license

32KB
697 lines

Quickner Core

This is where the core of the Quickner project is located. The rust code is located in the src directory. The src directory contains the following:

  • main.rs - The main entry point of Rust CLI
  • cli.rs - The CLI interface
  • config.rs - The configuration file parser and validator
  • models.rs - The data models used in the project
  • utils.rs - The utility functions used in the project

Building

To build the project, you need to have Rust installed. You can install Rust by following the instructions here. Once you have Rust installed, you can build the project by running the following command:

cargo build

Running

cargo run --release -- -c config.yaml

License

This project is licensed under the Mozilla Public License 2.0. See the LICENSE file for details.

Dependencies

~8–18MB
~220K SLoC