# 📐 disposition
[](https://crates.io/crates/disposition)
[](https://docs.rs/disposition)
[](https://github.com/azriel91/disposition/actions/workflows/ci.yml)
[](https://codecov.io/gh/azriel91/disposition)
SVG diagram generator.
> [!NOTE]
>
> 🚧 This crate is a work in progress.
>
> See design notes at <https://peace.mk/book/side_projects/disposition.html>.
## Usage
Add the following to `Cargo.toml`:
```toml
[dependencies]
disposition = "0.0.1"
```
In code:
```rust
use disposition;
todo!("This crate is a work in progress.")
```
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT)
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.