# `intern-str-codegen`
Convert a `Graph` into its Rust code equivalent.
This allows one to generate a `Graph` at build time and then insert it
into the binary. This allows large graphs to be used in embedded systems
with next to no cost.
## License
`intern_str` is licensed under one of the following:
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.