https://github.com/adjivas/macro
HashMap Data Module for replace word by alias
https://github.com/adjivas/macro
Last synced: 8 months ago
JSON representation
HashMap Data Module for replace word by alias
- Host: GitHub
- URL: https://github.com/adjivas/macro
- Owner: adjivas
- License: gpl-3.0
- Created: 2015-04-21T20:37:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-11T12:24:08.000Z (about 11 years ago)
- Last Synced: 2025-03-30T06:14:49.638Z (about 1 year ago)
- Language: Rust
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Macro
=====
[](https://travis-ci.org/adjivas/macro)
[](https://www.gnu.org/copyleft/gpl.html)
This librairy is a systen's project for replace word by alias or by variable's environement -env-.
#### Example:
```shell
$ cargo run
with
Ok(", ")
hello
Err("hello")
...
```
#### Directory-Tree:
```shell
.
|_ Cargo.toml
|_ data
| \_ example.alias
|_ LICENSE
|_ README.md
\_ src
|_ bin.rs
\_ lib.rs
```
# License
*macro*'s code in this repo uses the [GNU GPL v3](http://www.gnu.org/licenses/gpl-3.0.html) [license](https://github.com/adjivas/macro/blob/master/LICENSE).