2 releases
0.0.1-alpha.2 | Feb 5, 2023 |
---|
#303 in #nlp
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 CLIcli.rs
- The CLI interfaceconfig.rs
- The configuration file parser and validatormodels.rs
- The data models used in the projectutils.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
~9–18MB
~234K SLoC