Crates.io | liberty-db |
lib.rs | liberty-db |
version | 0.6.8 |
source | src |
created_at | 2022-12-12 12:29:10.476702 |
updated_at | 2024-11-08 10:10:56.817551 |
description | `liberty` data structre |
homepage | |
repository | https://github.com/zao111222333/liberty-db/ |
max_upload_size | |
id | 734930 |
size | 664,565 |
liberty
attributes with typed datastructure, rather than syntax tree (AST) only, in the definition of Liberty Version R-2020.09, September 2020liberty
boolean expression syntax, employ binary decesion diagram (BDD) to identify (hashing)parser & formatter
binary. See benchmark summarydefine define_group
user-defined attributesThis library is implemented in Rust, with document.
[dependencies]
liberty_db = "0.6"
You can run examples with commands:
# example0
cargo run --package example0_parse_fmt
# example1
cargo run --package example1_parse_fmt_file -- dev/tech/cases/ocv.lib
# example2
cargo run --package example2_prune_lib -- dev/tech/cases/ocv.lib
Basic information as follow, see latest benchmark summary.
Proj | Language | Version | Type Support | Boolean Expression | Comment | ||
---|---|---|---|---|---|---|---|
All | Partly | AST only | |||||
liberty-db | rust | latest | ✓ | ✓ | current version | ||
si2dr_liberty | C | 1.0 | ✓ | ✓ | Synopsys's version at 2005, many attributes are not supported | ||
OpenTimer | C++17 | 2 | ✓ | ✓ | STA tool's liberty component | ||
liberty-io | rust | 0.0.4 | ✓ | ||||
libertyparse | rust | 0.3.0 | ✓ | ✓ | |||
liberty2json | rust | 0.1.0 | ✓ |
Proj | Language | Version | Type Support | Boolean Expression | Comment | ||
---|---|---|---|---|---|---|---|
All | Partly | AST only | |||||
liberty-db | rust | latest | ✓ | ✓ | current version | ||
liberty-db | rust | 0.6.3 | ✓ | ✓ | published at 2024-09-07 | ||
liberty-db | rust | 0.5.9 | ✓ | ✓ | published at 2024-08-27 | ||
liberty-db | rust | 0.4.13 | ✓ | ✓ | published at 2024-08-13 | ||
liberty-db | rust | 0.3.1 | ✓ | published at 2023-08-03 |
Run unit-test and regression.
cargo test
cargo test --package dev
Run benchmark, it will takes 5h.
cargo bench --bench dev
intrinsic_parasitic
groupleakage_current
groupdynamic_current
groupdefine
GroupWapper
, ComplexWapper
, SimpleWapper
. At leaset remove it in parser and formatterliberty
\
MutSet
to store GroupMap