Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
denisandroid authored Apr 2, 2024
1 parent a9ece5d commit ace2ea4
Showing 1 changed file with 79 additions and 10 deletions.
89 changes: 79 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,51 @@
# include_tt
[![CI](https://github.com/clucompany/include_tt/actions/workflows/CI.yml/badge.svg?event=push)](https://github.com/clucompany/include_tt/actions/workflows/CI.yml)
[![Mit/Apache licensed](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue)](./LICENSE)
[![crates.io](https://img.shields.io/crates/v/include_tt)](https://crates.io/crates/include_tt)
[![Documentation](https://docs.rs/include_tt/badge.svg)](https://docs.rs/include_tt)
<div id="header" align="center">

Macro for including trees, strings, arrays from files.
<b>[include_tt]</b>

(Macro for embedding (trees, strings, arrays) into macro trees directly from files.)
</br></br>

<div id="badges">
<a href="./LICENSE_MIT">
<img src="https://github.com/UlinProject/img/blob/main/short_32/mit.png?raw=true" alt="mit"/>
</a>
<a href="./LICENSE_APACHE">
<img src="https://github.com/UlinProject/img/blob/main/short_32/apache2.png?raw=true" alt="apache2"/>
</a>
<a href="https://crates.io/crates/include_tt">
<img src="https://github.com/UlinProject/img/blob/main/short_32/cratesio.png?raw=true" alt="cratesio"/>
</a>
<a href="https://docs.rs/include_tt">
<img src="https://github.com/UlinProject/img/blob/main/short_32/docrs.png?raw=true" alt="docrs"/>
</a>
<a href="https://github.com/denisandroid">
<img src="https://github.com/UlinProject/img/blob/main/short_32/uproject.png?raw=true" alt="uproject"/>
</a>
<a href="https://github.com/clucompany">
<img src="https://github.com/UlinProject/img/blob/main/short_32/clulab.png?raw=true" alt="clulab"/>
</a>

[![CI](https://github.com/clucompany/include_tt/actions/workflows/CI.yml/badge.svg?event=push)](https://github.com/clucompany/include_tt/actions/workflows/CI.yml)


</div>
</div>

## Usage:

Add this to your Cargo.toml:

```toml
[dependencies]
include_tt = "1.0.3"
```

and this to your source code:
```rust
use include_tt::include_tt;
```

## Example:

```rust
use include_tt::include_tt;
Expand Down Expand Up @@ -45,10 +86,38 @@ use std::fmt::Write;
}
```

### License
<a href="./examples">
See all
</a>

## License:
This project has a dual license according to (LICENSE-MIT) and (LICENSE-APACHE-2-0).

Copyright 2023 #UlinProject (Denis Kotlyarov) Денис Котляров
<div align="left">
<a href="https://github.com/denisandroid">
<img align="left" src="https://github.com/UlinProject/img/blob/main/block_220_100/uproject.png?raw=true" alt="uproject"/>
</a>
<b>&nbsp;Copyright (c) 2023-2024 #UlinProject</b>

<b>&nbsp;(Denis Kotlyarov).</b>
</br></br></br>
</div>

Licensed under the MIT License
### Apache License:
<div align="left">
<a href="./LICENSE_APACHE">
<img align="left" src="https://github.com/UlinProject/img/blob/main/block_220_100/apache2.png?raw=true" alt="apache2"/>

</a>
<b>&nbsp;Licensed under the Apache License, Version 2.0.</b>
</br></br></br></br>
</div>

Licensed under the Apache License, Version 2.0
### MIT License:
<div align="left">
<a href="./LICENSE_MIT">
<img align="left" src="https://github.com/UlinProject/img/blob/main/block_220_100/mit.png?raw=true" alt="mit"/>
</a>
<b>&nbsp;Licensed under the MIT License.</b>
</br></br></br></br>
</div>

0 comments on commit ace2ea4

Please sign in to comment.