# bt-rs <!-- omit in toc -->
Build tools, for Rust

[](https://opensource.org/licenses/BSD-3-Clause)
[](https://crates.io/crates/bt-rs)
[](https://github.com/synesissoftware/bt-rs/releases/latest)

[](https://github.com/synesissoftware/bt-rs/actions/workflows/ci.yml)
[](https://docs.rs/bt-rs)
## Introduction
**bt-rs** provides **b**uild **t**ools for **R**u**s**t projects.
## Table of Contents <!-- omit in toc -->
- [Introduction](#introduction)
- [Installation](#installation)
- [Components](#components)
- [Constants](#constants)
- [Enumerations](#enumerations)
- [Features](#features)
- [Functions](#functions)
- [Macros](#macros)
- [Structures](#structures)
- [Traits](#traits)
- [Examples](#examples)
- [Project Information](#project-information)
- [Where to get help](#where-to-get-help)
- [Contribution guidelines](#contribution-guidelines)
- [Dependencies](#dependencies)
- [Efferent (fan-out)](#efferent-fan-out)
- [Development Dependencies](#development-dependencies)
- [Afferent (fan-in)](#afferent-fan-in)
- [Related projects](#related-projects)
- [License](#license)
## Installation
Reference in **Cargo.toml** in the usual way:
```toml
bt-rs = { version = "0.1" }
```
## Components
### Constants
No public constants are defined at this time.
### Enumerations
No public enumerations are defined at this time.
### Features
The following optional features are defined in **Cargo.toml**:
* **General features**:
* `null-feature` — a feature that has no effect (and, thus, is useful for simplifying driver scripts);
### Functions
No public functions are defined at this time.
### Macros
No public macros are defined at this time.
### Structures
No public structures are defined at this time.
### Traits
No public traits are defined at this time.
## Examples
No examples are provided at this time.
## Project Information
### Where to get help
[GitHub Page](https://github.com/synesissoftware/bt-rs "GitHub Page")
### Contribution guidelines
Defect reports, feature requests, and pull requests are welcome on https://github.com/synesissoftware/bt-rs.
### Dependencies
#### Efferent (fan-out)
Libraries upon which **bt-rs** depends:
None at this time.
##### Development Dependencies
None at this time.
#### Afferent (fan-in)
Projects that depend on **bt-rs**:
None at this time.
### Related projects
None at this time.
### License
**bt-rs** is released under the 3-clause BSD license. See [LICENSE](./LICENSE) for details.