[dependencies]
[lib]
name = "conv_bit"
path = "src/lib.rs"
[package]
authors = ["Jae-Hwan Chung <dialektike@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "algorithms", "encoding"]
description = "컴퓨터 구조 학습을 위한 숫자 진법 변환 라이브러리"
edition = "2024"
keywords = ["binary", "bit", "conversion", "number"]
license = "GPL-3.0-or-later"
name = "conv_bit"
readme = "README.md"
repository = "https://github.com/example/conv_bit"
version = "0.1.0"
[[test]]
name = "conv_tests"
path = "tests/conv_tests.rs"
[[test]]
name = "number_tests"
path = "tests/number_tests.rs"