https://github.com/congnghiahieu/rust-parser

https://github.com/congnghiahieu/rust-parser

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (1.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: congnghiahieu
  • Language: Rust
  • Default Branch: master
  • Size: 250 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

Installation

  • Run git sumodule to fetch syn-serde

bash git submodule update --init

  • Enable execute permission for bin folder

bash chmod -R +x ./bin

  • Run this command to clone tests/projecs:

bash ./bin/clone-projects.sh

Owner

  • Name: Hiếu Cien
  • Login: congnghiahieu
  • Kind: user

GitHub Events

Total
  • Push event: 10
Last Year
  • Push event: 10

Dependencies

Cargo.lock cargo
  • addr2line 0.24.2
  • adler2 2.0.0
  • aho-corasick 1.1.3
  • anstream 0.6.15
  • anstyle 1.0.8
  • anstyle-parse 0.2.5
  • anstyle-query 1.1.1
  • anstyle-wincon 3.0.4
  • autocfg 1.4.0
  • backtrace 0.3.74
  • bitflags 2.6.0
  • bytes 1.7.2
  • cargo_toml 0.20.5
  • cc 1.0.106
  • cfg-if 1.0.0
  • clap 4.5.20
  • clap_builder 4.5.20
  • clap_derive 4.5.18
  • clap_lex 0.7.2
  • colorchoice 1.0.2
  • equivalent 1.0.1
  • gimli 0.31.1
  • hashbrown 0.15.0
  • heck 0.5.0
  • hermit-abi 0.3.9
  • indexmap 2.6.0
  • is_terminal_polyfill 1.70.1
  • itoa 1.0.11
  • libc 0.2.159
  • lock_api 0.4.12
  • memchr 2.7.4
  • miniz_oxide 0.8.0
  • mio 1.0.2
  • object 0.36.5
  • parking_lot 0.12.3
  • parking_lot_core 0.9.10
  • pin-project-lite 0.2.14
  • proc-macro2 1.0.87
  • quote 1.0.37
  • redox_syscall 0.5.7
  • regex 1.11.0
  • regex-automata 0.4.8
  • regex-syntax 0.8.5
  • rustc-demangle 0.1.24
  • ryu 1.0.18
  • scopeguard 1.2.0
  • serde 1.0.210
  • serde_derive 1.0.210
  • serde_json 1.0.128
  • serde_spanned 0.6.8
  • signal-hook-registry 1.4.2
  • smallvec 1.13.2
  • socket2 0.5.7
  • strsim 0.11.1
  • syn 2.0.79
  • tokio 1.40.0
  • tokio-macros 2.4.0
  • toml 0.8.19
  • toml_datetime 0.6.8
  • toml_edit 0.22.22
  • tree-sitter 0.20.10
  • tree-sitter-rust 0.20.4
  • tree-sitter-traversal 0.1.2
  • unicode-ident 1.0.13
  • utf8parse 0.2.2
  • wasi 0.11.0+wasi-snapshot-preview1
  • windows-sys 0.52.0
  • windows-targets 0.52.6
  • windows_aarch64_gnullvm 0.52.6
  • windows_aarch64_msvc 0.52.6
  • windows_i686_gnu 0.52.6
  • windows_i686_gnullvm 0.52.6
  • windows_i686_msvc 0.52.6
  • windows_x86_64_gnu 0.52.6
  • windows_x86_64_gnullvm 0.52.6
  • windows_x86_64_msvc 0.52.6
  • winnow 0.6.20
Cargo.toml cargo
parser/Cargo.toml cargo
tests/examples/Cargo.toml cargo