base-traits 0.0.0

base traits (for Rust)
Documentation
# base-traits <!-- omit in toc -->

base traits, for Rust


## Introduction

This crate defines general-purpose `trait`s that:
* seem obvious and yet are missing from the standard library (e.g. `IsEmpty`, `Len`); or
* provide ;


## Table of Contents <!-- omit in toc -->

- [Introduction]#introduction
- [Installation]#installation
- [Components]#components
	- [Enumerations]#enumerations
	- [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
	- [Related projects]#related-projects
	- [License]#license


## Installation

T.B.C.


## Components

### Enumerations

None defined at this time.


### Functions

None defined at this time.


### Macros

None defined at this time.


### Structures

None defined at this time.


### Traits

None defined at this time.


## Examples

T.B.C.


## Project Information

T.B.C.


### Where to get help

[GitHub Page](https://github.com/synesissoftware/base-traits "GitHub Page")


### Contribution guidelines

Defect reports, feature requests, and pull requests are welcome on https://github.com/synesissoftware/base-traits.


### Dependencies

There are no dependencies on other crates.


### Related projects

* [**Diagnosticism.Rust**]https://github.com/synesissoftware/Diagnosticism.Rust;
* [**shwild.Rust**]https://github.com/synesissoftware/shwild.Rust;
* [**test_help-rs**]https://github.com/synesissoftware/test_help-rs;


### License

**base-traits** is released under the 3-clause BSD license. See [LICENSE](./LICENSE) for details.


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