# Daicon
Daicon lets you list and find a file's contents by UUIDs.
[Read the daicon specification draft here!](docs/daicon.md)
## Status
Daicon is currently a draft specification, changes will use [Semantic Versioning 2.0.0](https://semver.org/).
You can use daicon in your projects, but no guarantees about cross-compatibility exist until a 1.0 release of the specification, besides an informal recommendation that 0.x minor versions stay compatible.
## Who is using Daicon?
- [Dacti Objects and Packages](https://github.com/open-mv-sandbox/dacti)
## Crates
This is a canonical reference implementation, as well as providing common types for other Rust crates.
- [](https://crates.io/crates/daicon) [](https://docs.rs/daicon/) - Daicon low-level types, for zero-copy reading and writing.
## License
Licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT License (Expat) ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.