micro_types 0.0.0

Types for distributed systems
Documentation
# micro_types

This crate provides a set of types, which are backed by a server, and can be used to create a distributed system.

## Example

```rust
use types::String;
```

## Contributing

### Setup

Install `docker` and `docker-compose`.

```bash
cargo install cargo-make
makers install
makers test
```

Add your change to the `CHANGELOG.md` file.

## License

This project is licensed under the [MIT license](LICENSE.md).