bt-rs 0.0.2

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

Build tools, for Rust

![Language](https://img.shields.io/badge/Rust-000000?style=flat&logo=rust&logoColor=white)
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
[![Crates.io](https://img.shields.io/crates/v/bt-rs.svg)](https://crates.io/crates/bt-rs)
[![GitHub release](https://img.shields.io/github/v/release/synesissoftware/bt-rs.svg)](https://github.com/synesissoftware/bt-rs/releases/latest)
![MSRV](https://img.shields.io/badge/MSRV-1.74-lightgrey)
[![CI](https://github.com/synesissoftware/bt-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/synesissoftware/bt-rs/actions/workflows/ci.yml)
[![docs.rs](https://docs.rs/bt-rs/badge.svg)](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.


<!-- ########################### end of file ########################### -->